Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-09-07 04:36:47

0001 #include "L1Trigger/DTTriggerPhase2/interface/MuonPathAnalyzer.h"
0002 
0003 using namespace edm;
0004 using namespace std;
0005 
0006 // ============================================================================
0007 // Constructors and destructor
0008 // ============================================================================
0009 MuonPathAnalyzer::MuonPathAnalyzer(const ParameterSet& pset, edm::ConsumesCollector& iC)
0010     : debug_(pset.getUntrackedParameter<bool>("debug")) {}
0011 
0012 MuonPathAnalyzer::~MuonPathAnalyzer() {}
0013 
0014 // ============================================================================
0015 // Main methods (initialise, run, finish)
0016 // ============================================================================
0017 void MuonPathAnalyzer::initialise(const edm::EventSetup& iEventSetup) {}
0018 
0019 void MuonPathAnalyzer::finish() {}