#include <Validation/RecoVertex/src/TrackParameterAnalyzer.cc>
Public Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) |
virtual void | beginJob () |
virtual void | endJob () |
TrackParameterAnalyzer (const edm::ParameterSet &) | |
~TrackParameterAnalyzer () | |
Public Member Functions inherited from edm::EDAnalyzer | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzer () | |
ModuleDescription const & | moduleDescription () const |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Private Member Functions | |
bool | match (const ParameterVector &a, const ParameterVector &b) |
Private Attributes | |
edm::EDGetTokenT < edm::SimTrackContainer > | edmSimTrackContainerToken_ |
edm::EDGetTokenT < edm::SimVertexContainer > | edmSimVertexContainerToken_ |
TH1 * | h1_Beff_ |
TH1 * | h1_par0_ |
TH1 * | h1_par1_ |
TH1 * | h1_par2_ |
TH1 * | h1_par3_ |
TH1 * | h1_par4_ |
TH1 * | h1_pull0_ |
TH1 * | h1_pull1_ |
TH1 * | h1_pull2_ |
TH1 * | h1_pull3_ |
TH1 * | h1_pull4_ |
TH1 * | h1_res0_ |
TH1 * | h1_res1_ |
TH1 * | h1_res2_ |
TH1 * | h1_res3_ |
TH1 * | h1_res4_ |
TH2 * | h2_dvsphi_ |
std::string | outputFile_ |
edm::EDGetTokenT < reco::TrackCollection > | recoTrackCollectionToken_ |
TFile * | rootFile_ |
double | simUnit_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 47 of file TrackParameterAnalyzer.h.
|
explicit |
Definition at line 36 of file TrackParameterAnalyzer.cc.
References edm::getReleaseVersion(), outputFile_, rootFile_, simUnit_, and AlCaHLTBitMon_QueryRunRegistry::string.
TrackParameterAnalyzer::~TrackParameterAnalyzer | ( | ) |
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 128 of file TrackParameterAnalyzer.cc.
References EnergyCorrector::c, funct::cos(), gather_cfg::cout, edmSimTrackContainerToken_, edmSimVertexContainerToken_, edm::Event::getByToken(), h1_Beff_, h1_par0_, h1_par1_, h1_par2_, h1_par3_, h1_par4_, h1_pull0_, h1_pull1_, h1_pull2_, h1_pull3_, h1_pull4_, h1_res0_, h1_res1_, h1_res2_, h1_res3_, h1_res4_, h2_dvsphi_, reco::TrackBase::i_dsz, reco::TrackBase::i_dxy, reco::TrackBase::i_lambda, reco::TrackBase::i_phi, reco::TrackBase::i_qoverp, kappa, M_PI, match(), AlCaHLTBitMon_ParallelJobs::p, funct::pow(), class-composition::Q, lumiQueryAPI::q, recoTrackCollectionToken_, alignCSCRings::s, simUnit_, funct::sin(), mathSSE::sqrt(), tree::t, findQualityFiles::v, and verbose_.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 68 of file TrackParameterAnalyzer.cc.
References gather_cfg::cout, h1_Beff_, h1_par0_, h1_par1_, h1_par2_, h1_par3_, h1_par4_, h1_pull0_, h1_pull1_, h1_pull2_, h1_pull3_, h1_pull4_, h1_res0_, h1_res1_, h1_res2_, h1_res3_, h1_res4_, h2_dvsphi_, M_PI, rootFile_, and simUnit_.
|
virtual |
|
private |
|
private |
Definition at line 60 of file TrackParameterAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 59 of file TrackParameterAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 75 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 77 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 78 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 79 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 80 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 81 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 65 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 66 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 67 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 68 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 69 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 70 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 71 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 72 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 73 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 74 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 76 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 63 of file TrackParameterAnalyzer.h.
Referenced by TrackParameterAnalyzer().
|
private |
Definition at line 61 of file TrackParameterAnalyzer.h.
Referenced by analyze().
|
private |
Definition at line 64 of file TrackParameterAnalyzer.h.
Referenced by beginJob(), endJob(), TrackParameterAnalyzer(), and ~TrackParameterAnalyzer().
|
private |
Definition at line 82 of file TrackParameterAnalyzer.h.
Referenced by analyze(), beginJob(), and TrackParameterAnalyzer().
|
private |
Definition at line 83 of file TrackParameterAnalyzer.h.
Referenced by analyze().