CMS 3D CMS Logo

L1TdeCSCTF.h
Go to the documentation of this file.
1 #ifndef L1TdeCSCTF_h
2 #define L1TdeCSCTF_h
3 
7 
18 
19 //data formats
22 
26 
28 
30 
31 #include <iostream>
32 #include <fstream>
33 #include <vector>
34 #include <memory>
35 #include <unistd.h>
36 
37 #include "TTree.h"
38 #include "TFile.h"
39 
40 class L1TdeCSCTF : public DQMEDAnalyzer {
41 private:
46 
48  std::unique_ptr<CSCTFDTReceiver> my_dtrc;
49 
50  // Define Monitor Element Histograms
55 
59 
60  // dqm folder name
64 
65 protected:
66  void analyze(edm::Event const& e, edm::EventSetup const& iSetup) override;
67  void bookHistograms(DQMStore::IBooker& ibooker, edm::Run const&, edm::EventSetup const&) override;
68 
69 public:
70  explicit L1TdeCSCTF(edm::ParameterSet const& pset);
71  ~L1TdeCSCTF() override {}
72 };
73 
74 #endif
MonitorElement * ptComp
Definition: L1TdeCSCTF.h:52
~L1TdeCSCTF() override
Definition: L1TdeCSCTF.h:71
MonitorElement * etaComp_1d
Definition: L1TdeCSCTF.h:56
MonitorElement * qualComp
Definition: L1TdeCSCTF.h:52
std::unique_ptr< CSCTFDTReceiver > my_dtrc
Definition: L1TdeCSCTF.h:48
edm::EDGetTokenT< L1CSCTrackCollection > emulTrackProducer
Definition: L1TdeCSCTF.h:43
edm::EDGetTokenT< L1CSCTrackCollection > dataTrackProducer
Definition: L1TdeCSCTF.h:42
MonitorElement * qualComp_1d
Definition: L1TdeCSCTF.h:56
MonitorElement * dtStubPhi
Definition: L1TdeCSCTF.h:54
MonitorElement * pt5Comp
Definition: L1TdeCSCTF.h:53
MonitorElement * phiComp_1d
Definition: L1TdeCSCTF.h:56
edm::EDGetTokenT< L1MuDTChambPhContainer > emulStubProducer
Definition: L1TdeCSCTF.h:45
void analyze(edm::Event const &e, edm::EventSetup const &iSetup) override
Definition: L1TdeCSCTF.cc:243
MonitorElement * ptComp_1d
Definition: L1TdeCSCTF.h:56
MonitorElement * pt2Comp
Definition: L1TdeCSCTF.h:53
MonitorElement * pt6Comp_1d
Definition: L1TdeCSCTF.h:57
L1TdeCSCTF(edm::ParameterSet const &pset)
Definition: L1TdeCSCTF.cc:37
MonitorElement * pt4Comp
Definition: L1TdeCSCTF.h:53
MonitorElement * phiComp
Definition: L1TdeCSCTF.h:52
std::string outFile
Definition: L1TdeCSCTF.h:63
MonitorElement * pt1Comp_1d
Definition: L1TdeCSCTF.h:57
edm::EDGetTokenT< CSCTriggerContainer< csctf::TrackStub > > dataStubProducer
Definition: L1TdeCSCTF.h:44
MonitorElement * occComp_1d
Definition: L1TdeCSCTF.h:56
MonitorElement * dtStubPhi_1d
Definition: L1TdeCSCTF.h:58
void bookHistograms(DQMStore::IBooker &ibooker, edm::Run const &, edm::EventSetup const &) override
Definition: L1TdeCSCTF.cc:85
MonitorElement * pt6Comp
Definition: L1TdeCSCTF.h:53
MonitorElement * occComp
Definition: L1TdeCSCTF.h:52
MonitorElement * pt5Comp_1d
Definition: L1TdeCSCTF.h:57
MonitorElement * badDtStubSector
Definition: L1TdeCSCTF.h:54
MonitorElement * pt4Comp_1d
Definition: L1TdeCSCTF.h:57
MonitorElement * pt2Comp_1d
Definition: L1TdeCSCTF.h:57
edm::ParameterSet ptLUTset
Definition: L1TdeCSCTF.h:47
MonitorElement * pt1Comp
Definition: L1TdeCSCTF.h:53
MonitorElement * pt3Comp_1d
Definition: L1TdeCSCTF.h:57
MonitorElement * etaComp
Definition: L1TdeCSCTF.h:52
MonitorElement * pt3Comp
Definition: L1TdeCSCTF.h:53
std::string m_dirName
Definition: L1TdeCSCTF.h:62
Definition: Run.h:45