#include <TrackerGeometryIntoNtuples.cc>
Public Member Functions | |
TrackerGeometryIntoNtuples (const edm::ParameterSet &) | |
~TrackerGeometryIntoNtuples () | |
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 | |
enum | { kMaxNumPar = 20 } |
Private Member Functions | |
void | addBranches () |
virtual void | analyze (const edm::Event &iEvent, const edm::EventSetup &iSetup) override |
Private Attributes | |
Float_t | deformationValues_ [kMaxNumPar] |
double | m_alpha |
double | m_beta |
double | m_d1 |
double | m_d2 |
double | m_d3 |
int | m_dNpar |
int | m_dtype |
TFile * | m_file |
double | m_gamma |
std::string | m_outputFile |
std::string | m_outputTreename |
uint32_t | m_rawid |
int | m_subdetid |
TTree * | m_tree |
TTree * | m_treeDeformations |
TTree * | m_treeErrors |
double | m_x |
double | m_xx |
double | m_xy |
double | m_xz |
double | m_y |
double | m_yy |
double | m_yz |
double | m_z |
double | m_zz |
std::vector< double > * | mp_dpar |
UInt_t | numDeformationValues_ |
AlignableTracker * | theCurrentTracker |
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) |
Description: Takes a set of alignment constants and turns them into a ROOT file
Implementation: <Notes on="" implementation>="">
Definition at line 75 of file TrackerGeometryIntoNtuples.cc.
|
private |
|
explicit |
Definition at line 125 of file TrackerGeometryIntoNtuples.cc.
References edm::ParameterSet::getUntrackedParameter(), m_file, m_outputFile, m_outputTreename, m_tree, m_treeDeformations, m_treeErrors, and AlCaHLTBitMon_QueryRunRegistry::string.
TrackerGeometryIntoNtuples::~TrackerGeometryIntoNtuples | ( | ) |
Definition at line 150 of file TrackerGeometryIntoNtuples.cc.
References theCurrentTracker.
|
private |
Definition at line 290 of file TrackerGeometryIntoNtuples.cc.
References m_alpha, m_beta, m_dNpar, m_dtype, m_gamma, m_rawid, m_subdetid, m_tree, m_treeDeformations, m_treeErrors, m_x, m_xx, m_xy, m_xz, m_y, m_yy, m_yz, m_z, m_zz, and mp_dpar.
Referenced by Vispa.Plugins.EdmBrowser.EventContentDataAccessor.EventContentDataAccessor::addContentFile(), and analyze().
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 161 of file TrackerGeometryIntoNtuples.cc.
References addBranches(), GeometryAligner::applyAlignments(), GeometryAligner::attachSurfaceDeformations(), TrackerGeomBuilderFromGeometricDet::build(), align::DetectorGlobalPosition(), TrackerGeometry::detUnits(), edm::EventSetup::get(), edm::eventsetup::EventSetupRecord::get(), i, Alignments::m_align, m_alpha, m_beta, m_d1, m_d2, m_d3, m_dNpar, m_dtype, m_file, m_gamma, m_rawid, m_subdetid, m_tree, m_treeDeformations, m_treeErrors, m_x, m_xx, m_xy, m_xz, m_y, m_yy, m_yz, m_z, m_zz, mp_dpar, HLT_FULL_cff::parameters, edm::ESHandle< class >::product(), DetId::rawId(), idealTransformation::rotation, DetId::subdetId(), theCurrentTracker, and DetId::Tracker.
|
private |
Definition at line 104 of file TrackerGeometryIntoNtuples.cc.
|
private |
Definition at line 92 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 92 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 96 of file TrackerGeometryIntoNtuples.cc.
Referenced by analyze().
|
private |
Definition at line 96 of file TrackerGeometryIntoNtuples.cc.
Referenced by analyze().
|
private |
Definition at line 96 of file TrackerGeometryIntoNtuples.cc.
Referenced by analyze().
|
private |
Definition at line 95 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 97 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 111 of file TrackerGeometryIntoNtuples.cc.
Referenced by analyze(), and TrackerGeometryIntoNtuples().
|
private |
Definition at line 92 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 109 of file TrackerGeometryIntoNtuples.cc.
Referenced by TrackerGeometryIntoNtuples().
|
private |
Definition at line 110 of file TrackerGeometryIntoNtuples.cc.
Referenced by TrackerGeometryIntoNtuples().
|
private |
Definition at line 90 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 93 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 106 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), analyze(), and TrackerGeometryIntoNtuples().
|
private |
Definition at line 107 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), analyze(), and TrackerGeometryIntoNtuples().
|
private |
Definition at line 108 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), analyze(), and TrackerGeometryIntoNtuples().
|
private |
Definition at line 91 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 94 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 94 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 94 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 91 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 94 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 94 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 91 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 94 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 99 of file TrackerGeometryIntoNtuples.cc.
Referenced by addBranches(), and analyze().
|
private |
Definition at line 102 of file TrackerGeometryIntoNtuples.cc.
|
private |
Definition at line 88 of file TrackerGeometryIntoNtuples.cc.
Referenced by analyze(), and ~TrackerGeometryIntoNtuples().