CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Member Functions | Private Types | Private Attributes
SiStripLAProfileBooker Class Reference

#include <SiStripLAProfileBooker.h>

Inheritance diagram for SiStripLAProfileBooker:
edm::EDAnalyzer edm::EDConsumerBase

Classes

struct  detparameters
 

Public Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c)
 
void beginRun (const edm::EventSetup &c)
 
void endJob ()
 
void getlayer (const DetId &detid, const TrackerTopology *tTopo, std::string &name, unsigned int &layerid)
 
 SiStripLAProfileBooker (const edm::ParameterSet &conf)
 
 ~SiStripLAProfileBooker ()
 
- 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< ConsumesInfoconsumesInfo () 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< unsigned int,
detparameters * > 
detparmap
 
typedef std::map< unsigned int,
MonitorElement * > 
histomap
 

Private Attributes

uint8_t Amplitudes [100]
 
float barycenter
 
int better_double_hit
 
int bw_fw
 
float chi2norm
 
int ClSize
 
edm::ParameterSet conf_
 
DQMStoredbe_
 
detparmap detmap
 
float EtaTrack
 
TDirectory * Event_Tree
 
int eventcounter
 
int EventCounter
 
int EventNumber
 
TTree * EventTree
 
int Ext_Int
 
TFile * hFile
 
histomap histos
 
float hit_std_dev
 
TDirectory * Hit_Tree
 
int HitCharge
 
int hitcounter
 
int hitcounter_2ndloop
 
int HitNr
 
int HitPerTrack
 
TTree * HitsTree
 
int id_detector
 
int Layer
 
float MagField
 
float Momentum
 
int MonoStereo
 
int nstrip
 
int ParticleCharge
 
float PhiTrack
 
float pitch_detector
 
float pt
 
int RunNumber
 
float SignCorrection
 
int size
 
detparmap summarydetmap
 
histomap summaryhisto
 
float sumx
 
float TanTrackAngle
 
float TanTrackAngleParallel
 
float thick_detector
 
TDirectory * Track_Tree
 
int trackcollsize
 
int TrackCounter
 
const TrackerGeometrytracker
 
TTree * TrackTree
 
int trajsize
 
std::string treename_
 
int Type
 
int Wheel
 
int worse_double_hit
 
float XGlobal
 
float YGlobal
 
float ZGlobal
 

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)
 

Detailed Description

Definition at line 30 of file SiStripLAProfileBooker.h.

Member Typedef Documentation

typedef std::map<unsigned int, detparameters*> SiStripLAProfileBooker::detparmap
private

Definition at line 49 of file SiStripLAProfileBooker.h.

typedef std::map<unsigned int, MonitorElement*> SiStripLAProfileBooker::histomap
private

Definition at line 50 of file SiStripLAProfileBooker.h.

Constructor & Destructor Documentation

SiStripLAProfileBooker::SiStripLAProfileBooker ( const edm::ParameterSet conf)
explicit

Definition at line 64 of file SiStripLAProfileBooker.cc.

SiStripLAProfileBooker::~SiStripLAProfileBooker ( )

Definition at line 261 of file SiStripLAProfileBooker.cc.

Member Function Documentation

void SiStripLAProfileBooker::analyze ( const edm::Event e,
const edm::EventSetup c 
)
virtual

Implements edm::EDAnalyzer.

Definition at line 270 of file SiStripLAProfileBooker.cc.

void SiStripLAProfileBooker::beginRun ( const edm::EventSetup c)

Definition at line 71 of file SiStripLAProfileBooker.cc.

void SiStripLAProfileBooker::endJob ( void  )
virtual

Reimplemented from edm::EDAnalyzer.

Definition at line 764 of file SiStripLAProfileBooker.cc.

void SiStripLAProfileBooker::getlayer ( const DetId detid,
const TrackerTopology tTopo,
std::string &  name,
unsigned int &  layerid 
)

Definition at line 730 of file SiStripLAProfileBooker.cc.

Member Data Documentation

uint8_t SiStripLAProfileBooker::Amplitudes[100]
private

Definition at line 57 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::barycenter
private

Definition at line 53 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::better_double_hit
private

Definition at line 54 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::bw_fw
private

Definition at line 52 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::chi2norm
private

Definition at line 53 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::ClSize
private

Definition at line 52 of file SiStripLAProfileBooker.h.

edm::ParameterSet SiStripLAProfileBooker::conf_
private

Definition at line 71 of file SiStripLAProfileBooker.h.

DQMStore* SiStripLAProfileBooker::dbe_
private

Definition at line 67 of file SiStripLAProfileBooker.h.

detparmap SiStripLAProfileBooker::detmap
private

Definition at line 69 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::EtaTrack
private

Definition at line 53 of file SiStripLAProfileBooker.h.

TDirectory * SiStripLAProfileBooker::Event_Tree
private

Definition at line 62 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::eventcounter
private

Definition at line 54 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::EventCounter
private

Definition at line 55 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::EventNumber
private

Definition at line 52 of file SiStripLAProfileBooker.h.

TTree * SiStripLAProfileBooker::EventTree
private

Definition at line 59 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::Ext_Int
private

Definition at line 52 of file SiStripLAProfileBooker.h.

TFile* SiStripLAProfileBooker::hFile
private

Definition at line 60 of file SiStripLAProfileBooker.h.

histomap SiStripLAProfileBooker::histos
private

Definition at line 64 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::hit_std_dev
private

Definition at line 53 of file SiStripLAProfileBooker.h.

TDirectory* SiStripLAProfileBooker::Hit_Tree
private

Definition at line 62 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::HitCharge
private

Definition at line 52 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::hitcounter
private

Definition at line 54 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::hitcounter_2ndloop
private

Definition at line 54 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::HitNr
private

Definition at line 54 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::HitPerTrack
private

Definition at line 54 of file SiStripLAProfileBooker.h.

TTree* SiStripLAProfileBooker::HitsTree
private

Definition at line 59 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::id_detector
private

Definition at line 55 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::Layer
private

Definition at line 52 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::MagField
private

Definition at line 53 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::Momentum
private

Definition at line 53 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::MonoStereo
private

Definition at line 52 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::nstrip
private

Definition at line 54 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::ParticleCharge
private

Definition at line 52 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::PhiTrack
private

Definition at line 53 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::pitch_detector
private

Definition at line 56 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::pt
private
int SiStripLAProfileBooker::RunNumber
private

Definition at line 52 of file SiStripLAProfileBooker.h.

Referenced by PopulateDB.PopulateDB::run().

float SiStripLAProfileBooker::SignCorrection
private

Definition at line 53 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::size
private

Definition at line 54 of file SiStripLAProfileBooker.h.

detparmap SiStripLAProfileBooker::summarydetmap
private

Definition at line 70 of file SiStripLAProfileBooker.h.

histomap SiStripLAProfileBooker::summaryhisto
private

Definition at line 65 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::sumx
private

Definition at line 53 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::TanTrackAngle
private

Definition at line 53 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::TanTrackAngleParallel
private

Definition at line 53 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::thick_detector
private

Definition at line 56 of file SiStripLAProfileBooker.h.

TDirectory * SiStripLAProfileBooker::Track_Tree
private

Definition at line 62 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::trackcollsize
private

Definition at line 52 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::TrackCounter
private

Definition at line 55 of file SiStripLAProfileBooker.h.

const TrackerGeometry* SiStripLAProfileBooker::tracker
private

Definition at line 74 of file SiStripLAProfileBooker.h.

TTree * SiStripLAProfileBooker::TrackTree
private

Definition at line 59 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::trajsize
private

Definition at line 52 of file SiStripLAProfileBooker.h.

std::string SiStripLAProfileBooker::treename_
private

Definition at line 72 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::Type
private

Definition at line 52 of file SiStripLAProfileBooker.h.

Referenced by BeamSpotObj.BeamSpot::Reset().

int SiStripLAProfileBooker::Wheel
private

Definition at line 52 of file SiStripLAProfileBooker.h.

int SiStripLAProfileBooker::worse_double_hit
private

Definition at line 54 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::XGlobal
private

Definition at line 53 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::YGlobal
private

Definition at line 53 of file SiStripLAProfileBooker.h.

float SiStripLAProfileBooker::ZGlobal
private

Definition at line 53 of file SiStripLAProfileBooker.h.