CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MuonPathAnalyzer.cc
Go to the documentation of this file.
2 
3 using namespace edm;
4 using namespace std;
5 
6 // ============================================================================
7 // Constructors and destructor
8 // ============================================================================
10  // Obtention of parameters
11  debug_ = pset.getUntrackedParameter<bool>("debug");
12 }
13 
15 
16 // ============================================================================
17 // Main methods (initialise, run, finish)
18 // ============================================================================
19 void MuonPathAnalyzer::initialise(const edm::EventSetup& iEventSetup) {}
20 
T getUntrackedParameter(std::string const &, T const &) const
virtual void initialise(const edm::EventSetup &iEventSetup)
virtual ~MuonPathAnalyzer()
MuonPathAnalyzer(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
virtual void finish()