CMS 3D CMS Logo

DTT0Handler.h
Go to the documentation of this file.
1 #ifndef DTT0Handler_H
2 #define DTT0Handler_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
18 
19 //------------------------------------
20 // Collaborating Class Declarations --
21 //------------------------------------
24 
25 //---------------
26 // C++ Headers --
27 //---------------
28 #include <string>
29 
30 // ---------------------
31 // -- Class Interface --
32 // ---------------------
33 
35 public:
38  DTT0Handler(const edm::ParameterSet& ps);
39 
42  ~DTT0Handler() override;
43 
46  void getNewObjects() override;
48  std::string id() const override;
49 
50 private:
53  unsigned int runNumber;
54 };
55 
56 #endif // DTT0Handler_H
PopConSourceHandler.h
DTT0Handler::DTT0Handler
DTT0Handler(const edm::ParameterSet &ps)
Definition: DTT0Handler.cc:33
DTT0.h
DTT0Handler::getNewObjects
void getNewObjects() override
Definition: DTT0Handler.cc:46
DTT0Handler
Definition: DTT0Handler.h:34
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:47
DTT0Handler::~DTT0Handler
~DTT0Handler() override
Definition: DTT0Handler.cc:41
popcon::PopConSourceHandler
Definition: PopConSourceHandler.h:30
DTT0Handler::fileName
std::string fileName
Definition: DTT0Handler.h:52
DTT0Handler::id
std::string id() const override
Definition: DTT0Handler.cc:121
DTT0Handler::runNumber
unsigned int runNumber
Definition: DTT0Handler.h:53
ParameterSet.h
DTT0Handler::dataTag
std::string dataTag
Definition: DTT0Handler.h:51