![]() |
|
|||
File indexing completed on 2023-03-17 11:11:15
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(){};
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |