CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTVDriftSegmentCalibration.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTCalibration_DTVDriftSegmentCalibration_h
2 #define CalibMuon_DTCalibration_DTVDriftSegmentCalibration_h
3 
16 
17 #include <map>
18 
19 class DTChamberId;
20 class TFile;
21 class TH1F;
22 class TH2F;
23 
25 public:
26  // Constructor
28  // Destructor
30 
31  void beginJob();
32  void beginRun(const edm::Run& run, const edm::EventSetup& setup);
33  void analyze(const edm::Event& event, const edm::EventSetup& eventSetup);
34  void endJob();
35 
36 private:
37  typedef std::map<DTChamberId, std::vector<TH1F*> > ChamberHistosMapTH1F;
38  typedef std::map<DTChamberId, std::vector<TH2F*> > ChamberHistosMapTH2F;
39  void bookHistos(DTChamberId);
40 
42 
44  //bool writeVDriftDB_;
45  std::string theCalibChamber_;
46 
47  TFile* rootFile_;
50 };
51 #endif
52 
std::map< DTChamberId, std::vector< TH1F * > > ChamberHistosMapTH1F
std::map< DTChamberId, std::vector< TH2F * > > ChamberHistosMapTH2F
ChamberHistosMapTH1F theVDriftHistoMapTH1F_
ChamberHistosMapTH2F theVDriftHistoMapTH2F_
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup)
void beginRun(const edm::Run &run, const edm::EventSetup &setup)
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:33
DTVDriftSegmentCalibration(const edm::ParameterSet &pset)