#include <AlignmentStats.h>
Private Types | |
typedef std::map< uint32_t, uint32_t > | DetHitMap |
Private Attributes | |
float | Chi2n [MAXTRKS_] |
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_ |
const TrackerGeometry * | trackerGeometry_ |
const TrackerTopology * | trackerTopology_ |
TFile * | treefile_ |
Static Private Attributes | |
static const int | MAXTRKS_ = 200 |
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) |
Definition at line 28 of file AlignmentStats.h.
|
private |
Definition at line 58 of file AlignmentStats.h.
AlignmentStats::AlignmentStats | ( | const edm::ParameterSet & | iConfig | ) |
|
override |
Definition at line 43 of file AlignmentStats.cc.
|
overridevirtual |
Implements edm::EDAnalyzer.
Definition at line 80 of file AlignmentStats.cc.
References Chi2n, className(), SiStripRecHit1D::cluster(), SiStripRecHit2D::cluster(), Eta, event_, Exception, edm::EventSetup::get(), get, hitmap_, iEvent, AlignmentClusterFlag::isOverlap(), dqmiolumiharvest::j, dqmdumpme::k, MAXTRKS_, Nhits, ntracks, outtree_, overlapAM_, overlapmap_, Phi, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, pixelClusterTagInfos_cfi::pixelhit, prescale_, edm::ESHandle< T >::product(), Pt, run_, src_, DetId::subdetId(), SiStripDetId::TEC, SiStripDetId::TIB, SiStripDetId::TID, tmpPresc_, SiStripDetId::TOB, trackerGeometry_, trackerTopology_, and gather_cfg::Tracks.
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 47 of file AlignmentStats.cc.
References Chi2n, Eta, event_, Nhits, ntracks, outtree_, Phi, prescale_, Pt, run_, statsTreeName_, tmpPresc_, and treefile_.
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 254 of file AlignmentStats.cc.
References PV3DBase< T, PVType, FrameType >::eta(), hitmap_, hitsTreeName_, triggerObjects_cff::id, fastTrackerRecHitType::is2D(), phase1PixelTopology::layer, nhits, outtree_, overlapmap_, PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, RecoTauValidation_cfi::posX, RecoTauValidation_cfi::posY, TrackerTopology::pxbLayer(), TrackerTopology::pxfDisk(), DetId::subdetId(), SiStripDetId::TEC, TrackerTopology::tecIsDoubleSide(), TrackerTopology::tecIsStereo(), TrackerTopology::tecWheel(), SiStripDetId::TIB, TrackerTopology::tibIsDoubleSide(), TrackerTopology::tibIsStereo(), TrackerTopology::tibLayer(), SiStripDetId::TID, TrackerTopology::tidIsDoubleSide(), TrackerTopology::tidIsStereo(), TrackerTopology::tidWheel(), SiStripDetId::TOB, TrackerTopology::tobIsDoubleSide(), TrackerTopology::tobIsStereo(), TrackerTopology::tobLayer(), trackerGeometry_, trackerTopology_, and treefile_.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 54 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 54 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 52 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 59 of file AlignmentStats.h.
|
private |
Definition at line 43 of file AlignmentStats.h.
Referenced by endJob().
|
private |
Definition at line 41 of file AlignmentStats.h.
|
private |
Definition at line 40 of file AlignmentStats.h.
|
staticprivate |
Definition at line 51 of file AlignmentStats.h.
Referenced by analyze().
|
private |
Definition at line 55 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 53 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 50 of file AlignmentStats.h.
Referenced by AlignmentStats(), analyze(), beginJob(), and endJob().
|
private |
Definition at line 39 of file AlignmentStats.h.
Referenced by analyze().
|
private |
Definition at line 60 of file AlignmentStats.h.
|
private |
Definition at line 54 of file AlignmentStats.h.
|
private |
Definition at line 54 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 44 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 54 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 52 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 38 of file AlignmentStats.h.
Referenced by analyze().
|
private |
Definition at line 42 of file AlignmentStats.h.
Referenced by beginJob().
|
private |
Definition at line 46 of file AlignmentStats.h.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 63 of file AlignmentStats.h.
|
private |
Definition at line 64 of file AlignmentStats.h.
|
private |
Definition at line 49 of file AlignmentStats.h.
Referenced by beginJob(), and endJob().