CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTT0Correction.h
Go to the documentation of this file.
1 #ifndef CalibMuon_DTCalibration_DTT0Correction_h
2 #define CalibMuon_DTCalibration_DTT0Correction_h
3 
13 
14 #include <string>
15 
16 class DTT0;
17 class DTGeometry;
18 namespace dtCalibration {
19  class DTT0BaseCorrection;
20 }
21 
23 public:
25  DTT0Correction(const edm::ParameterSet& pset);
26 
28  virtual ~DTT0Correction();
29 
30  // Operations
31 
32  virtual void beginJob() {}
33  virtual void beginRun( const edm::Run& run, const edm::EventSetup& setup );
34  virtual void analyze(const edm::Event& event, const edm::EventSetup& setup){}
35  virtual void endJob();
36 
37 protected:
38 
39 private:
40 
41  const DTT0* t0Map_;
43 
45 };
46 #endif
const DTT0 * t0Map_
virtual void beginRun(const edm::Run &run, const edm::EventSetup &setup)
virtual void analyze(const edm::Event &event, const edm::EventSetup &setup)
virtual void endJob()
virtual void beginJob()
edm::ESHandle< DTGeometry > muonGeom_
Definition: DTT0.h:53
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
dtCalibration::DTT0BaseCorrection * correctionAlgo_
DTT0Correction(const edm::ParameterSet &pset)
Constructor.
virtual ~DTT0Correction()
Destructor.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:43