#include <Alignment/OfflineValidation/plugins/GeneralPurposeTrackAnalyzer.cc>
Public Member Functions | |
template<typename T , typename... Args> | |
T * | book (const Args &...args) const |
GeneralPurposeTrackAnalyzer (const edm::ParameterSet &pset) | |
template<class OBJECT_TYPE > | |
int | index (const std::vector< OBJECT_TYPE *> &vec, const TString &name) |
~GeneralPurposeTrackAnalyzer () override=default | |
Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns, edm::one::SharedResources > | |
EDAnalyzer ()=default | |
EDAnalyzer (const EDAnalyzer &)=delete | |
SerialTaskQueue * | globalLuminosityBlocksQueue () final |
SerialTaskQueue * | globalRunsQueue () final |
const EDAnalyzer & | operator= (const EDAnalyzer &)=delete |
bool | wantsGlobalLuminosityBlocks () const noexcept final |
bool | wantsGlobalRuns () const noexcept final |
bool | wantsInputProcessBlocks () const noexcept final |
bool | wantsProcessBlocks () const noexcept final |
Public Member Functions inherited from edm::one::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
bool | wantsStreamLuminosityBlocks () const noexcept |
bool | wantsStreamRuns () const noexcept |
~EDAnalyzerBase () override | |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ESResolverIndex const * | esGetTokenIndices (edm::Transition iTrans) const |
std::vector< ESResolverIndex > const & | esGetTokenIndicesVector (edm::Transition iTrans) const |
std::vector< ESRecordIndex > const & | esGetTokenRecordIndicesVector (edm::Transition iTrans) const |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
void | selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase) |
ProductResolverIndexAndSkipBit | uncheckedIndexFrom (EDGetToken) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
void | updateLookup (eventsetup::ESRecordsToProductResolverIndices const &) |
virtual | ~EDConsumerBase () noexcept(false) |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &event, const edm::EventSetup &setup) override |
void | beginJob () override |
void | beginRun (edm::Run const &run, edm::EventSetup const &setup) override |
void | endJob () override |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
bool | isHit2D (const TrackingRecHit &hit) |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 89 of file GeneralPurposeTrackAnalyzer.cc.
|
inline |
Definition at line 91 of file GeneralPurposeTrackAnalyzer.cc.
References BeamSpotTag_, beamspotToken_, coord_, doLatencyAnalysis_, hltresultsToken_, isCosmics_, TFileService::kSharedResource, latencyToken_, pixelmap, pixelrocsmap_, pmap, muonDTDigis_cfi::pset, theTrackCollectionToken_, TkTag_, tmap, TriggerResultsTag_, vertexToken_, and VerticesTag_.
|
overridedefault |
|
inlineoverrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 323 of file GeneralPurposeTrackAnalyzer.cc.
References funct::abs(), accept(), pwdgSkimBPark_cfi::beamSpot, beamspotToken_, cuy::col, reco::TrackBase::confirmed, coord_, DEBUG, hcalRecHitTable_cff::detId, PVValHelper::dxy, PVValHelper::dz, HcalObjRepresent::Fill(), geomToken_, reco::TrackBase::goodIterative, h_Beamsigmaz, h_BeamWidthX, h_BeamWidthY, h_BSdxdz, h_BSdydz, h_BSx0, h_BSy0, h_BSz0, hCharge, hchi2ndof, hchi2ndofhp, hchi2Probhp, hd0, hd0BS, hd0PV, hd0PVvseta, hd0PVvsphi, hd0PVvspt, hd0vseta, hd0vsphi, hd0vspt, hdxy, hdxyBS, hdxyPV, hdz, hdzBS, hdzPV, hEta, hEtahp, hHit, hHit2D, hHitComposition, hHitCountVsPhiBPix, hHitCountVsPhiFPix, hHitCountVsThetaBPix, hHitCountVsThetaFPix, hHitCountVsXBPix, hHitCountVsXFPix, hHitCountVsYBPix, hHitCountVsYFPix, hHitCountVsZBPix, hHitCountVsZFPix, hHithp, reco::TrackBase::highPurity, HLTBitAnalyser_cfi::hltresults, hltresultsToken_, hlumi, hNhighPurity, hnhpxb, hnhpxe, hnhTEC, hnhTIB, hnhTID, hnhTOB, hNtrk, hNtrkZoom, hP, hPhi, hPhiBarrel, hPhiEndcapMinus, hPhiEndcapPlus, hPhihp, hPhiOverlapMinus, hPhiOverlapPlus, hPhp, hPt, hPthp, hQoverP, hQoverPZoom, hrun, htrkAlgo, htrkOriAlgo, htrkQuality, hvx, hvy, hvz, TrackerGeometry::idToDet(), ievt, index(), MagneticField::inInverseGeV(), isCosmics_, isHit2D(), edm::HandleBase::isValid(), itrks, hltHgcalLayerClustersEE_cfi::kappa, reco::TrackBase::loose, magneticField_, run3scouting_cff::normchi2, SiPixelPI::one, phase_, PV3DBase< T, PVType, FrameType >::phi(), PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, pixelmap, pixelrocsmap_, pmap, pNBpixHitsVsVx, pNBpixHitsVsVy, pNBpixHitsVsVz, point, runInfoMap_, singleTopDQM_cfi::setup, AlCaHLTBitMon_QueryRunRegistry::string, PV3DBase< T, PVType, FrameType >::theta(), theTrackCollectionToken_, reco::TrackBase::tight, tmap, HLT_2024v14_cff::track, JetHT_cfg::trackCollection, triggerMap_, edm::TriggerNames::triggerName(), edm::TriggerNames::triggerNames(), cscTnPEfficiencyTask_cfi::trigName, SiPixelPI::two, reco::TrackBase::undefQuality, vertexToken_, vTrack2DHistos_, vTrackHistos_, vTrackProfiles_, PV3DBase< T, PVType, FrameType >::x(), reco::Vertex::x(), PV3DBase< T, PVType, FrameType >::y(), reco::Vertex::y(), PV3DBase< T, PVType, FrameType >::z(), reco::Vertex::z(), and SiPixelPI::zero.
|
inlineoverrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 797 of file GeneralPurposeTrackAnalyzer.cc.
References reco::TrackBase::algoNames, reco::TrackBase::algoSize, DEBUG, etaMax_, h_Beamsigmaz, h_BeamWidthX, h_BeamWidthY, h_BSdxdz, h_BSdydz, h_BSx0, h_BSy0, h_BSz0, hCharge, hchi2ndof, hchi2ndofhp, hchi2Probhp, hd0, hd0BS, hd0PV, hd0PVvseta, hd0PVvsphi, hd0PVvspt, hd0vseta, hd0vsphi, hd0vspt, hdxy, hdxyBS, hdxyPV, hdz, hdzBS, hdzPV, hEta, hEtahp, hHit, hHit2D, hHitComposition, hHitCountVsPhiBPix, hHitCountVsPhiFPix, hHitCountVsThetaBPix, hHitCountVsThetaFPix, hHitCountVsXBPix, hHitCountVsXFPix, hHitCountVsYBPix, hHitCountVsYFPix, hHitCountVsZBPix, hHitCountVsZFPix, hHithp, hlumi, hNhighPurity, hnhpxb, hnhpxe, hnhTEC, hnhTIB, hnhTID, hnhTOB, hNtrk, hNtrkZoom, hP, hPhi, hPhiBarrel, hPhiEndcapMinus, hPhiEndcapPlus, hPhihp, hPhiOverlapMinus, hPhiOverlapPlus, hPhp, hPt, hPthp, hQoverP, hQoverPZoom, hrun, htrkAlgo, htrkOriAlgo, htrkQuality, hvx, hvy, hvz, mps_fire::i, ievt, isCosmics_, itrks, M_PI, pNBpixHitsVsVx, pNBpixHitsVsVy, pNBpixHitsVsVz, qualities, AlCaHLTBitMon_QueryRunRegistry::string, vTrack2DHistos_, vTrackHistos_, vTrackProfiles_, and multiplicitycorr_cfi::xBins.
|
inlineoverrideprivate |
Definition at line 733 of file GeneralPurposeTrackAnalyzer.cc.
References conditionsMap_, coord_, DEBUG, doLatencyAnalysis_, geomTokenBR_, MagneticField::inTesla(), TrackerGeometry::isThere(), latencyToken_, PV3DBase< T, PVType, FrameType >::mag(), magFieldToken_, magneticField_, mode, SiPixelPI::one, GeomDetEnumerators::P1PXB, GeomDetEnumerators::P1PXEC, GeomDetEnumerators::P2PXB, GeomDetEnumerators::P2PXEC, phase_, edm::ESHandle< T >::product(), writedatasetfile::run, runInfoMap_, singleTopDQM_cfi::setup, SiStripLatency::singleReadOutMode(), siPixelFedCablingMapTokenBR_, trackerTopologyTokenBR_, SiPixelPI::two, and SiPixelPI::zero.
|
inline |
Definition at line 152 of file GeneralPurposeTrackAnalyzer.cc.
References writedatasetfile::args, fs, TFileService::make(), and submitPVValidationJobs::t.
|
inlineoverrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 1033 of file GeneralPurposeTrackAnalyzer.cc.
References conditionsMap_, gather_cfg::cout, evtsByTrigger_, fieldByRun_, dqmdumpme::first, alignBH_cfg::fixed, mps_fire::i, ievt, index(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, itrks, modeByRun_, phase_, pixelmap, pixelrocsmap_, pmap, runInfoMap_, crab_NZS2018C_1::runRange, edm::second(), jetUpdater_cfi::sort, tksByTrigger_, tmap, to_string(), triggerMap_, SiPixelPI::two, vTrackHistos_, and SiPixelPI::zero.
Referenced by o2olib.O2ORunMgr::executeJob().
|
inlineoverrideprivate |
Definition at line 793 of file GeneralPurposeTrackAnalyzer.cc.
|
static |
Definition at line 1206 of file GeneralPurposeTrackAnalyzer.cc.
References edm::ConfigurationDescriptions::addWithDefaultLabel(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
inline |
Definition at line 140 of file GeneralPurposeTrackAnalyzer.cc.
References Skims_PA_cff::name.
Referenced by analyze(), and endJob().
|
inlineprivate |
Definition at line 1162 of file GeneralPurposeTrackAnalyzer.cc.
References hcalRecHitTable_cff::detId, kBPIX, kFPIX, ProjectedSiStripRecHit2D::originalHit(), SiStripDetId::stereo(), and DetId::Tracker.
Referenced by analyze().
|
private |
Definition at line 307 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 315 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 319 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginRun(), and endJob().
|
private |
Definition at line 169 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), beginRun(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 311 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginRun(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 300 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginJob().
|
private |
Definition at line 292 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by endJob().
|
private |
Definition at line 295 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by endJob().
|
private |
Definition at line 171 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by book().
|
private |
Definition at line 159 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 163 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginRun().
|
private |
Definition at line 281 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 282 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 283 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 284 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 285 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 278 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 279 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 280 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 220 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 179 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 217 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 218 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 242 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 270 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 273 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 247 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 246 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 248 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 251 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 250 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 252 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 236 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 235 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 237 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 244 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 269 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 272 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 243 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 271 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 274 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 223 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 215 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 225 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 224 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 193 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 194 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 261 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 204 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 207 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 203 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 206 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 196 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 197 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 198 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 199 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 200 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 201 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 214 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 210 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 209 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 314 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 276 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 190 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 267 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 185 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 254 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 255 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 259 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 256 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 257 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 258 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 180 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 181 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 186 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 226 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 227 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 231 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 230 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 216 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 233 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 229 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 228 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 232 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 212 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 188 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 187 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 189 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 213 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 192 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 191 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 221 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 222 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 275 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 183 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 184 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 182 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 239 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 240 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 241 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 297 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 310 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), beginJob(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 298 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 161 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginRun(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 160 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginRun().
|
private |
Definition at line 167 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginRun().
|
private |
Definition at line 299 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginRun().
|
private |
Definition at line 294 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by endJob().
|
private |
Definition at line 301 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 176 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), endJob(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 177 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), endJob(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 174 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), endJob(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 263 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 264 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 265 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 320 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), beginRun(), and endJob().
|
private |
Definition at line 165 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginRun().
|
private |
Definition at line 313 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 291 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by endJob().
|
private |
Definition at line 305 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 173 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), endJob(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 303 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 164 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by beginRun().
|
private |
Definition at line 318 of file GeneralPurposeTrackAnalyzer.cc.
|
private |
Definition at line 306 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 316 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 308 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by GeneralPurposeTrackAnalyzer().
|
private |
Definition at line 289 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 287 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), beginJob(), and endJob().
|
private |
Definition at line 288 of file GeneralPurposeTrackAnalyzer.cc.
Referenced by analyze(), and beginJob().