CMS 3D CMS Logo

DTTPDeadWriter.h
Go to the documentation of this file.
1 #ifndef DTTPDeadWriter_H
2 #define DTTPDeadWriter_H
3 
4 /* Class to find test-pulse dead channels from a t0 databases:
5  * wires without t0 value are tp-dead.
6 
7  * \author S. Bolognesi
8  */
9 
13 
14 #include <string>
15 
16 namespace edm {
17  class ParameterSet;
18  class Event;
19  class EventSetup;
20 } // namespace edm
21 
22 class DTT0;
23 class DTDeadFlag;
24 
26 public:
29 
31  ~DTTPDeadWriter() override;
32 
33  // Operations
34 
36  void beginRun(const edm::Run&, const edm::EventSetup& setup) override;
37 
39  void analyze(const edm::Event& event, const edm::EventSetup& eventSetup) override;
40 
42  void endJob() override;
43 
44 protected:
45 private:
46  // Debug flag
47  bool debug;
48 
49  //The map of t0 to be read from event
50  const DTT0* tZeroMap;
51 
52  // The object to be written to DB
54 
55  //The DTGeometry
57 };
58 #endif
const DTT0 * tZeroMap
DTDeadFlag * tpDeadList
example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
Definition: DTT0.h:48
edm::ESHandle< DTGeometry > muonGeom
HLT enums.
Definition: event.py:1
Definition: Run.h:45