#include <MuonAnalysis/MomentumScaleCalibration/plugins/TestResolution.cc>
Public Member Functions | |
TestResolution (const edm::ParameterSet &) | |
~TestResolution () | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | endJob () |
template<typename T > | |
std::vector< reco::LeafCandidate > | fillMuonCollection (const std::vector< T > &tracks) |
Private Attributes | |
int | eventCounter_ |
TFile * | outputFile_ |
std::auto_ptr< ResolutionFunction > | resolutionFunction_ |
TProfile * | sigmaPt_ |
edm::InputTag | theMuonLabel_ |
int | theMuonType_ |
std::string | theRootFileName_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 54 of file TestResolution.h.
|
explicit |
Definition at line 20 of file TestResolution.cc.
References gather_cfg::cout, eventCounter_, edm::ParameterSet::getUntrackedParameter(), outputFile_, resolutionFunction_, sigmaPt_, and theRootFileName_.
TestResolution::~TestResolution | ( | ) |
Definition at line 36 of file TestResolution.cc.
References MultipleCompare::canvas, gather_cfg::cout, eventCounter_, outputFile_, and sigmaPt_.
|
privatevirtual |
Implements edm::EDAnalyzer.
Definition at line 63 of file TestResolution.cc.
References gather_cfg::cout, eventCounter_, fillMuonCollection(), edm::Event::getByLabel(), patZpeak::muons, resolutionFunction_, sigmaPt_, theMuonLabel_, theMuonType_, and testEve_cfg::tracks.
|
inlineprivatevirtual |
|
inlineprivate |
Definition at line 63 of file TestResolution.h.
References metsig::muon, patZpeak::muons, and mathSSE::sqrt().
Referenced by analyze().
|
private |
Definition at line 90 of file TestResolution.h.
Referenced by analyze(), TestResolution(), and ~TestResolution().
|
private |
Definition at line 86 of file TestResolution.h.
Referenced by TestResolution(), and ~TestResolution().
|
private |
Definition at line 92 of file TestResolution.h.
Referenced by analyze(), and TestResolution().
|
private |
Definition at line 88 of file TestResolution.h.
Referenced by analyze(), TestResolution(), and ~TestResolution().
|
private |
Definition at line 82 of file TestResolution.h.
Referenced by analyze().
|
private |
Definition at line 84 of file TestResolution.h.
Referenced by analyze().
|
private |
Definition at line 85 of file TestResolution.h.
Referenced by TestResolution().