#include <myTKAnalyses/TrackRecoMonitoring/src/SeedMultiplicityAnalyzer.cc>
Classes | |
class | FromTrackRefSeedFilter |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< unsigned int > | _binseta |
std::vector< unsigned int > | _binsmult |
std::vector< TH2F * > | _hbpixcluslenangle |
std::vector< TH2F * > | _hbpixclusleneta |
std::vector< TH2F * > | _hfpixcluslenangle |
std::vector< TH2F * > | _hfpixclusleneta |
std::vector< TH1F * > | _hpixelrhmult |
std::vector< TH1F * > | _hseedeta |
std::vector< std::vector< TH2F * > > | _hseedeta2D |
std::vector< TH1F * > | _hseedmult |
std::vector< std::vector< TH2F * > > | _hseedmult2D |
std::vector< TH2F * > | _hseedphieta |
std::vector< std::string > | _labels |
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > | _magFieldToken |
std::vector< double > | _maxs |
std::vector< edm::EDGetTokenT< std::map< unsigned int, int > > > | _multiplicityMapTokens |
std::vector< unsigned int > | _seedbins |
std::vector< edm::EDGetTokenT< TrajectorySeedCollection > > | _seedcollTokens |
std::vector< FromTrackRefSeedFilter > | _seedfilters |
std::vector< double > | _seedmax |
std::vector< unsigned int > | _selections |
edm::ESGetToken< TransientTrackingRecHitBuilder, TransientRecHitRecord > | _TTRHBuilderToken |
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 &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 69 of file SeedMultiplicityAnalyzer.cc.
|
explicit |
Definition at line 131 of file SeedMultiplicityAnalyzer.cc.
References edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 279 of file SeedMultiplicityAnalyzer.cc.
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 289 of file SeedMultiplicityAnalyzer.cc.
References _hbpixcluslenangle, _hbpixclusleneta, _hfpixcluslenangle, _hfpixclusleneta, _hpixelrhmult, _hseedeta, _hseedeta2D, _hseedmult, _hseedmult2D, _hseedphieta, _magFieldToken, _multiplicityMapTokens, _seedcollTokens, _seedfilters, _selections, _TTRHBuilderToken, SiPixelRecHit::cluster(), DetId::det(), PVValHelper::eta, ALCARECOTkAlBeamHalo_cff::filter, TrackingRecHit::geographicalId(), edm::EventSetup::getData(), mps_fire::i, iEvent, iseed, TrajectoryStateOnSurface::isValid(), TrajectoryStateOnSurface::localMomentum(), VarParsing::mult, phi, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, DetId::rawId(), rpcPointValidation_cfi::recHit, fileCollector::seed, InitialStep_cff::seeds, mathSSE::sqrt(), DetId::subdetId(), DetId::Tracker, trajectoryStateTransform::transientState(), trackerHitRTTI::vector, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 106 of file SeedMultiplicityAnalyzer.cc.
|
private |
Definition at line 105 of file SeedMultiplicityAnalyzer.cc.
|
private |
Definition at line 114 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 112 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 115 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 113 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 111 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 109 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 117 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 108 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 116 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 110 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 103 of file SeedMultiplicityAnalyzer.cc.
Referenced by validation.SimpleValidation::_doPlots(), validation.SeparateValidation::_doPlots(), and plotting.PlotFolder::draw().
|
private |
Definition at line 96 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 107 of file SeedMultiplicityAnalyzer.cc.
|
private |
Definition at line 102 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 99 of file SeedMultiplicityAnalyzer.cc.
|
private |
Definition at line 98 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 101 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 100 of file SeedMultiplicityAnalyzer.cc.
|
private |
Definition at line 104 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 97 of file SeedMultiplicityAnalyzer.cc.
Referenced by analyze().