#include <AlignmentStats.h>
Public Member Functions | |
AlignmentStats (const edm::ParameterSet &iConfig) | |
virtual void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) |
void | beginJob () |
void | endJob () |
~AlignmentStats () | |
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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 Types | |
typedef std::map< uint32_t, uint32_t > | DetHitMap |
Private Attributes | |
float | Chi2n [MAXTRKS_] |
float | Eta [MAXTRKS_] |
int | event_ |
bool | firstEvent_ |
DetHitMap | hitmap_ |
std::string | hitsTreeName_ |
bool | keepHitPopulation_ |
bool | keepTrackStats_ |
const edm::EventSetup * | lastSetup_ |
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_ |
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 &) |
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) |
Definition at line 28 of file AlignmentStats.h.
|
private |
Definition at line 61 of file AlignmentStats.h.
AlignmentStats::AlignmentStats | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 28 of file AlignmentStats.cc.
AlignmentStats::~AlignmentStats | ( | ) |
Definition at line 46 of file AlignmentStats.cc.
|
virtual |
Implements edm::EDAnalyzer.
Definition at line 86 of file AlignmentStats.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 50 of file AlignmentStats.cc.
|
virtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 263 of file AlignmentStats.cc.
|
private |
Definition at line 57 of file AlignmentStats.h.
|
private |
Definition at line 57 of file AlignmentStats.h.
|
private |
Definition at line 55 of file AlignmentStats.h.
|
private |
Definition at line 49 of file AlignmentStats.h.
|
private |
Definition at line 62 of file AlignmentStats.h.
|
private |
Definition at line 45 of file AlignmentStats.h.
|
private |
Definition at line 43 of file AlignmentStats.h.
|
private |
Definition at line 42 of file AlignmentStats.h.
|
private |
Definition at line 68 of file AlignmentStats.h.
|
staticprivate |
Definition at line 54 of file AlignmentStats.h.
|
private |
Definition at line 58 of file AlignmentStats.h.
|
private |
Definition at line 56 of file AlignmentStats.h.
|
private |
Definition at line 53 of file AlignmentStats.h.
|
private |
Definition at line 41 of file AlignmentStats.h.
|
private |
Definition at line 63 of file AlignmentStats.h.
|
private |
Definition at line 57 of file AlignmentStats.h.
|
private |
Definition at line 57 of file AlignmentStats.h.
|
private |
Definition at line 46 of file AlignmentStats.h.
|
private |
Definition at line 57 of file AlignmentStats.h.
|
private |
Definition at line 55 of file AlignmentStats.h.
|
private |
Definition at line 40 of file AlignmentStats.h.
|
private |
Definition at line 44 of file AlignmentStats.h.
|
private |
Definition at line 48 of file AlignmentStats.h.
|
private |
Definition at line 66 of file AlignmentStats.h.
|
private |
Definition at line 52 of file AlignmentStats.h.