#include <AlignmentStats.h>
Private Types | |
typedef std::map< uint32_t, uint32_t > | DetHitMap |
Private Attributes | |
float | Chi2n [MAXTRKS_] |
const edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > | esTokenTkGeo_ |
const edm::ESGetToken < TrackerTopology, TrackerTopologyRcd > | esTokenTTopo_ |
float | Eta [MAXTRKS_] |
int | event_ |
DetHitMap | hitmap_ |
std::string | hitsTreeName_ |
bool | keepHitPopulation_ |
bool | keepTrackStats_ |
int | Nhits [MAXTRKS_][7] |
unsigned int | ntracks |
TTree * | outtree_ |
edm::InputTag | overlapAM_ |
DetHitMap | overlapmap_ |
float | P [MAXTRKS_] |
float | Phi [MAXTRKS_] |
uint32_t | prescale_ |
float | Pt [MAXTRKS_] |
int | run_ |
edm::InputTag | src_ |
std::string | statsTreeName_ |
uint32_t | tmpPresc_ |
std::unique_ptr< TrackerGeometry > | trackerGeometry_ |
std::unique_ptr< TrackerTopology > | trackerTopology_ |
TFile * | treefile_ |
Static Private Attributes | |
static const int | MAXTRKS_ = 200 |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 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<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
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... | |
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 28 of file AlignmentStats.h.
|
private |
Definition at line 62 of file AlignmentStats.h.
AlignmentStats::AlignmentStats | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 28 of file AlignmentStats.cc.
References outtree_.
|
override |
Definition at line 45 of file AlignmentStats.cc.
|
overridevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 78 of file AlignmentStats.cc.
References Chi2n, className(), SiStripRecHit1D::cluster(), SiStripRecHit2D::cluster(), SiPixelRecHit::cluster(), esTokenTkGeo_, esTokenTTopo_, Eta, edm::EventID::event(), event_, Exception, edm::Event::getByLabel(), edm::EventSetup::getData(), hitmap_, edm::EventBase::id(), AlignmentClusterFlag::isOverlap(), dqmiolumiharvest::j, isotrackApplyRegressor::k, MAXTRKS_, Nhits, ntracks, outtree_, overlapAM_, overlapmap_, Phi, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, prescale_, Pt, edm::EventID::run(), run_, src_, DetId::subdetId(), SiStripDetId::TEC, SiStripDetId::TIB, SiStripDetId::TID, tmpPresc_, SiStripDetId::TOB, trackerGeometry_, trackerTopology_, and HLT_FULL_cff::Tracks.
|
overridevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 49 of file AlignmentStats.cc.
References Chi2n, Eta, event_, Nhits, ntracks, outtree_, Phi, prescale_, Pt, run_, statsTreeName_, tmpPresc_, and treefile_.
|
overridevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 251 of file AlignmentStats.cc.
References PV3DBase< T, PVType, FrameType >::eta(), hitmap_, hitsTreeName_, gpuClustering::id, fastTrackerRecHitType::is2D(), phase1PixelTopology::layer, nhits, outtree_, overlapmap_, PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, DetId::subdetId(), SiStripDetId::TEC, SiStripDetId::TIB, SiStripDetId::TID, SiStripDetId::TOB, trackerGeometry_, trackerTopology_, and treefile_.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 58 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 39 of file AlignmentStats.h.
Referenced by analyze().
|
private |
Definition at line 38 of file AlignmentStats.h.
Referenced by analyze().
|
private |
Definition at line 58 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 56 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 63 of file AlignmentStats.h.
|
private |
Definition at line 47 of file AlignmentStats.h.
Referenced by endJob().
|
private |
Definition at line 45 of file AlignmentStats.h.
|
private |
Definition at line 44 of file AlignmentStats.h.
|
staticprivate |
Definition at line 55 of file AlignmentStats.h.
Referenced by analyze().
|
private |
Definition at line 59 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 57 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 54 of file AlignmentStats.h.
Referenced by AlignmentStats(), analyze(), beginJob(), and endJob().
|
private |
Definition at line 43 of file AlignmentStats.h.
Referenced by analyze().
|
private |
Definition at line 64 of file AlignmentStats.h.
|
private |
Definition at line 58 of file AlignmentStats.h.
|
private |
Definition at line 58 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 48 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 58 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 56 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 42 of file AlignmentStats.h.
Referenced by analyze().
|
private |
Definition at line 46 of file AlignmentStats.h.
Referenced by beginJob().
|
private |
Definition at line 50 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 67 of file AlignmentStats.h.
|
private |
Definition at line 66 of file AlignmentStats.h.
|
private |
Definition at line 53 of file AlignmentStats.h.
Referenced by beginJob(), and endJob().