Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-03-08
DAQ2RawDigit
NOvAInputDriverBase.h
Go to the documentation of this file.
1
#ifndef DAQ2RAWDIGIT_NOVAINPUTDRIVERBASE_H
2
#define DAQ2RAWDIGIT_NOVAINPUTDRIVERBASE_H
3
////////////////////////////////////////////////////////////////////////
4
/// \file NOvA.h
5
/// \brief Source to convert raw binary files to root files
6
///
7
/// \version $Id: NOvAInputDriverBase.h,v 1.7 2012-11-18 18:52:46 gsdavies Exp $
8
////////////////////////////////////////////////////////////////////////
9
#include <string>
10
11
namespace
daq2raw
{
12
13
14
class
NOvAInputDriverBase
{
15
16
public
:
17
NOvAInputDriverBase
(
std::string
gdmlBase=
""
);
18
virtual
~NOvAInputDriverBase
();
19
20
protected
:
21
std::string
getDetectorGDML
(
const
int
detid)
const
;
22
23
private
:
24
std::string
fGDMLBase
;
25
26
};
// NOvAInputDriverBase
27
28
}
//end of namespaces
29
30
#endif
/* DAQ2RAWDIGIT_NOVAINPUTDRIVERBASE_H */
31
32
daq2raw::NOvAInputDriverBase::getDetectorGDML
std::string getDetectorGDML(const int detid) const
Definition:
NOvAInputDriverBase.cxx:22
daq2raw::NOvAInputDriverBase::~NOvAInputDriverBase
virtual ~NOvAInputDriverBase()
Definition:
NOvAInputDriverBase.cxx:17
daq2raw::NOvAInputDriverBase::NOvAInputDriverBase
NOvAInputDriverBase(std::string gdmlBase="")
Definition:
NOvAInputDriverBase.cxx:14
daq2raw::NOvAInputDriverBase::fGDMLBase
std::string fGDMLBase
Definition:
NOvAInputDriverBase.h:24
daq2raw
A module to produce rawdata::RawDigits from NOvADDT DAQHits.
Definition:
NOvAInputDriverBase.cxx:10
daq2raw::NOvAInputDriverBase
Definition:
NOvAInputDriverBase.h:14
string
enum BeamMode string
Generated on Mon Mar 8 2021 14:12:15 for NOvA by
1.8.11