CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonCandProducerMon.h
Go to the documentation of this file.
1 #ifndef MUONCANDPRODUCER_MON_H
2 #define MUONCANDPRODUCER_MON_H
3 
4 /*\class MuonCandProducerMon
5  *\description Creates full regional muon candidates
6  * CSCTF: from l1track provided by tf unpacker
7  * DTTF: from L1MuDTTrackContainer by tf unpacker
8  *\author N.Leonardo, K.Kotov
9  *\date 08.04
10  */
11 
12 // common/system includes
13 #include <memory>
14 #include <string>
15 #include <iostream>
16 #include <fstream>
17 #include <iomanip>
18 #include <vector>
19 #include <algorithm>
27 
31 
33 
34 public:
35 
36  explicit MuonCandProducerMon(const edm::ParameterSet&);
38 
39 private:
40  virtual void beginJob(void) {};
41  //virtual void beginRun(edm::Run&, const edm::EventSetup&);
42  virtual void produce (edm::Event&, const edm::EventSetup&);
43  virtual void endJob();
44 
45  int verbose() {return verbose_;}
46 
47  private:
48 
49  int verbose_;
53  unsigned long long m_scalesCacheID ;
54  unsigned long long m_ptScaleCacheID ;
55 
56 };
57 
58 #endif
unsigned long long m_scalesCacheID
MuonCandProducerMon(const edm::ParameterSet &)
unsigned long long m_ptScaleCacheID
virtual void produce(edm::Event &, const edm::EventSetup &)
virtual void beginJob(void)