ATLAS Offline Software
Loading...
Searching...
No Matches
D3PD::TileMuonFillerTool Class Reference

#include <TileMuonFillerTool.h>

Inheritance diagram for D3PD::TileMuonFillerTool:
Collaboration diagram for D3PD::TileMuonFillerTool:

Public Member Functions

 TileMuonFillerTool (const std::string &type, const std::string &name, const IInterface *parent)
 ~TileMuonFillerTool ()
virtual StatusCode initialize ()
virtual StatusCode book ()
 Declare tuple variables.
virtual StatusCode fill (const xAOD::Muon &p)
 Fill one block — type-safe version.
virtual StatusCode configureD3PD (IAddVariable *tree, const std::type_info &ti)
 Configure during initialization: type-check.
StatusCode configureD3PD (IAddVariable *tree)
 Configure the parent tree.
virtual StatusCode fillUntyped (const void *p, bool again=false)
 Fill one block.
virtual StatusCode fillAgain (const xAOD::Muon &p)
 Fill one block, after AGAIN has been returned (type-safe).
 BlockFillerToolImpl (const std::string &type, const std::string &name, const IInterface *parent)
 Standard Gaudi tool constructor.
virtual StatusCode addVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
 Add a variable to the tuple.
StatusCode addVariable (const std::string &name, xAOD::Muon *&ptr, const std::string &docstring="")
 Make the template implementation from IAddVariable visible.
StatusCode addVariable (const std::string &name, xAOD::Muon *&ptr, const std::string &docstring, const U &defval)
 Make the template implementation from IAddVariable visible.
virtual StatusCode addDimensionedVariable (const std::string &name, const std::type_info &ti, void *&ptr, const std::string &dim, const std::string &docstring="", const void *defval=0)
 Add a variable to the tuple.
StatusCode addDimensionedVariable (const std::string &name, xAOD::Muon *&ptr, const std::string &dim, const std::string &docstring="")
 Add a variable to the tuple.
StatusCode addDimensionedVariable (const std::string &name, xAOD::Muon *&ptr, const std::string &dim, const std::string &docstring, const U &defval)
 Add a variable to the tuple.

Protected Member Functions

StatusCode configureImpl (IAddVariable *tree, const std::type_info &ti, const std::type_info &fill_ti)
 Configure during initialization: type-check.
StatusCode configureImpl (IAddVariable *tree, const std::type_info &ti, const std::vector< const std::type_info * > &tis, size_t &which)
 Configure during initialization: type-check.
StatusCode convert (void const *&p) const
 Do type conversion.

Protected Attributes

ObjectMetadata m_metadata
 Metadata about the variables created by this object.

Private Member Functions

virtual StatusCode book2 ()

Private Attributes

float m_defaultValue
std::string m_standalone
short m_LevelOfDetails
short m_trackType
short * m_muonAuthor
short * m_muonType
short * m_muonQuality
unsigned short * m_numberOfBLayerHits
unsigned short * m_numberOfPixelHits
unsigned short * m_numberOfSCTHits
unsigned short * m_numberOfTRTHits
unsigned short * m_numberOfTRTHighThresholdHits
unsigned short * m_numberOfBLayerSharedHits
unsigned short * m_numberOfPixelSharedHits
unsigned short * m_numberOfPixelHoles
unsigned short * m_numberOfSCTSharedHits
unsigned short * m_numberOfSCTHoles
unsigned short * m_numberOfTRTOutliers
unsigned short * m_numberOfTRTHighThresholdOutliers
unsigned short * m_numberOfMDTHits
unsigned short * m_numberOfMDTHoles
unsigned short * m_numberOfCSCEtaHits
unsigned short * m_numberOfCSCEtaHoles
unsigned short * m_numberOfCSCPhiHits
unsigned short * m_numberOfCSCPhiHoles
unsigned short * m_numberOfRPCEtaHits
unsigned short * m_numberOfRPCEtaHoles
unsigned short * m_numberOfRPCPhiHits
unsigned short * m_numberOfRPCPhiHoles
unsigned short * m_numberOfTGCEtaHits
unsigned short * m_numberOfTGCEtaHoles
unsigned short * m_numberOfTGCPhiHits
unsigned short * m_numberOfTGCPhiHoles
unsigned short * m_numberOfGangedPixels
unsigned short * m_numberOfOutliersOnTrack
unsigned short * m_numberOfTrackSummaryTypes
unsigned short * m_numberOfPixelDeadSensors
unsigned short * m_numberOfSCTDeadSensors
float * m_pT
float * m_p
float * m_charge
float * m_eta
float * m_phi
float * m_matchChi2
float * m_matchChi2OverDoF
short * m_matchNumberDoF
float * m_fitChi2
float * m_fitNumberDoF
float * m_fitChi2OverDoF
bool * m_bestMatch
bool * m_isCorrected
float * m_nucone10
float * m_nucone20
float * m_nucone30
float * m_nucone40
float * m_etcone10
float * m_etcone20
float * m_etcone30
float * m_etcone40
float * m_ptcone10
float * m_ptcone20
float * m_ptcone30
float * m_ptcone40
float * m_vtxX
float * m_vtxY
float * m_vtxZ
float * m_d0
float * m_z0
float * m_phi0
float * m_theta
float * m_qOverP
StatusCode m_truthRetrieved
float * m_truth_deltaR
float * m_truth_vtxX
float * m_truth_vtxY
float * m_truth_vtxZ
float * m_truth_eta
float * m_truth_phi
float * m_truth_p
float * m_truth_pT
float * m_truth_charge
float * m_truth_mass
ToolHandle< ITrackToolsm_trackInCalo
ToolHandle< Reco::ITrackToVertexm_trackToVertexTool
std::string m_calocellContainerName
std::string m_MCeventCollection
const McEventCollectionm_MCtruth
std::string m_prefix
 Property: the variable prefix for this block.
std::string m_suffix
 Property: the variable prefix for this block.
std::string m_blockName
 Property: the name of this block.
TypeConverter m_converter
 Helper to do type conversions.
IAddVariablem_tree
 Reference to the block name.

Static Private Attributes

static const std::string s_emptyString
 Used to provide a default value for blockName.

Detailed Description

Definition at line 35 of file TileMuonFillerTool.h.

Constructor & Destructor Documentation

◆ TileMuonFillerTool()

D3PD::TileMuonFillerTool::TileMuonFillerTool ( const std::string & type,
const std::string & name,
const IInterface * parent )

Definition at line 42 of file TileMuonFillerTool.cxx.

45 : D3PD::BlockFillerTool<xAOD::Muon> (type, name, parent),
46 m_trackInCalo("TrackTools"),
47 m_trackToVertexTool("Reco::TrackToVertex"){
48//=========================================================================
49// CONSTRUCTOR
50
51 TileMuonFillerTool::book().ignore(); // AVOID COVERITY WARNINGS
52
53 // TRACK EXTRAPOLATOR TOOL
54 declareProperty("TrackTools", m_trackInCalo);
55 declareProperty("TrackToVertexTool", m_trackToVertexTool, "tool to map track to vertex");
56 declareProperty("CellsName", m_calocellContainerName="SelectedCells" );
57 declareProperty("TruthInfo", m_MCeventCollection="TruthEvent");
58 declareProperty("DefaultValue", m_defaultValue=0, "Default value to which to set unfilled variables.");
59 declareProperty("LevelOfDetails", m_LevelOfDetails = 1);
60 declareProperty("TryStandAloneMuons", m_standalone = "no");
61 declareProperty("TrackType", m_trackType = 0);
62} // TileMuonFillerTool::TileMuonFillerTool
ToolHandle< ITrackTools > m_trackInCalo
virtual StatusCode book()
Declare tuple variables.
ToolHandle< Reco::ITrackToVertex > m_trackToVertexTool

◆ ~TileMuonFillerTool()

D3PD::TileMuonFillerTool::~TileMuonFillerTool ( )
inline

Definition at line 41 of file TileMuonFillerTool.h.

41{ };

Member Function Documentation

◆ addDimensionedVariable() [1/3]

StatusCode D3PD::AddVariable::addDimensionedVariable ( const std::string & name,
const std::type_info & ti,
void *& ptr,
const std::string & dim,
const std::string & docstring = "",
const void * defval = 0 )
virtualinherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
typeThe type of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Null for no default (generally means to fill with zeros). Of the type given by ti. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

Definition at line 119 of file AddVariable.cxx.

129{
130 if (!m_tree) {
131 // Called from constructor --- just initialize pointer.
132 ptr = 0;
133 return StatusCode::SUCCESS;
134 }
135
137 ti, ptr, dim,
138 docstring, defval ) );
140 ti, ptr, dim,
142}
#define CHECK(...)
Evaluate an expression and check for errors.
virtual StatusCode addDimensionedVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &dim, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.
Type-safe wrapper for block filler tools.

◆ addDimensionedVariable() [2/3]

StatusCode D3PD::IAddVariable::addDimensionedVariable ( const std::string & name,
xAOD::Muon *& ptr,
const std::string & dim,
const std::string & docstring,
const U & defval )
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

◆ addDimensionedVariable() [3/3]

StatusCode D3PD::IAddVariable::addDimensionedVariable ( const std::string & name,
xAOD::Muon *& ptr,
const std::string & dim,
const std::string & docstring = "" )
inherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
dimDimension for the variable. (Presently unimplemented!)
docstringDocumentation string for this variable.

If called from the constructor, the only effect is to clear ptr.

◆ addVariable() [1/3]

StatusCode D3PD::AddVariable::addVariable ( const std::string & name,
const std::type_info & ti,
void *& ptr,
const std::string & docstring = "",
const void * defval = 0 )
virtualinherited

Add a variable to the tuple.

Parameters
nameThe name of the variable.
typeThe type of the variable.
ptrPointer to the type of the variable. The pointer need not be initialized; the D3PD software will set the pointer prior to calling fill().
docstringDocumentation string for this variable.
defvalPointer to the default value to use for this variable. Null for no default (generally means to fill with zeros). Of the type given by ti. Only works for basic types.

If called from the constructor, the only effect is to clear ptr.

Definition at line 93 of file AddVariable.cxx.

90{
91 if (!m_tree) {
92 // Called from constructor --- just initialize pointer.
93 ptr = 0;
95 }
96
98 ti, ptr, docstring, defval ) );
101}
virtual StatusCode addVariable(const std::string &name, const std::type_info &ti, void *&ptr, const std::string &docstring="", const void *defval=0)
Add a variable to the tuple.

◆ addVariable() [2/3]

StatusCode D3PD::IAddVariable::addVariable ( const std::string & name,
xAOD::Muon *& ptr,
const std::string & docstring,
const U & defval )
inherited

Make the template implementation from IAddVariable visible.

◆ addVariable() [3/3]

StatusCode D3PD::IAddVariable::addVariable ( const std::string & name,
xAOD::Muon *& ptr,
const std::string & docstring = "" )
inherited

Make the template implementation from IAddVariable visible.

◆ BlockFillerToolImpl()

( const std::string & type,
const std::string & name,
const IInterface * parent )
inherited

Standard Gaudi tool constructor.

Parameters
typeThe name of the tool type.
nameThe tool name.
parentThe tool's Gaudi parent.

◆ book()

StatusCode D3PD::TileMuonFillerTool::book ( )
virtual

Declare tuple variables.

This is called at the start of the first event.

Implements D3PD::BlockFillerTool< xAOD::Muon >.

Definition at line 93 of file TileMuonFillerTool.cxx.

93 {
94//====================================
95 // MUON PARAMETERS
96 if(m_LevelOfDetails > 0){
100 CHECK( addVariable("pT", m_pT, "", m_defaultValue));
101 CHECK( addVariable("p", m_p, "", m_defaultValue));
102 CHECK( addVariable("charge", m_charge, "", m_defaultValue));
103 CHECK( addVariable("eta", m_eta, "", m_defaultValue));
104 CHECK( addVariable("phi", m_phi, "", m_defaultValue));
105 } // IF
106
107
108 // MUON HITS IN SUBDETECTORS
109 if(m_LevelOfDetails > 1){
110 // HIT NUMBERS IN SUBDETECTORS
111 CHECK( addVariable("numberOfInnermostPixelLayerHits", m_numberOfBLayerHits, "", m_defaultValue));
112 CHECK( addVariable("numberOfPixelHits", m_numberOfPixelHits, "", m_defaultValue));
113 CHECK( addVariable("numberOfSCTHits", m_numberOfSCTHits, "", m_defaultValue));
114 CHECK( addVariable("numberOfTRTHits", m_numberOfTRTHits, "", m_defaultValue));
115 CHECK( addVariable("numberOfTRTHighThresholdHits", m_numberOfTRTHighThresholdHits, "", m_defaultValue));
116 CHECK( addVariable("numberOfInnermostPixelLayerSharedHits", m_numberOfBLayerSharedHits, "", m_defaultValue));
117 CHECK( addVariable("numberOfPixelSharedHits", m_numberOfPixelSharedHits, "", m_defaultValue));
118 CHECK( addVariable("numberOfPixelHoles", m_numberOfPixelHoles, "", m_defaultValue));
119 CHECK( addVariable("numberOfSCTSharedHits", m_numberOfSCTSharedHits, "", m_defaultValue));
120 CHECK( addVariable("numberOfSCTHoles", m_numberOfSCTHoles, "", m_defaultValue));
121 CHECK( addVariable("numberOfTRTOutliers", m_numberOfTRTOutliers, "", m_defaultValue));
122 CHECK( addVariable("numberOfTRTHighThresholdOutliers", m_numberOfTRTHighThresholdOutliers, "", m_defaultValue));
123 CHECK( addVariable("numberOfMDTHits", m_numberOfMDTHits, "", m_defaultValue));
124 CHECK( addVariable("numberOfMDTHoles", m_numberOfMDTHoles, "", m_defaultValue));
125 CHECK( addVariable("numberOfCSCEtaHits", m_numberOfCSCEtaHits, "", m_defaultValue));
126 CHECK( addVariable("numberOfCSCEtaHoles", m_numberOfCSCEtaHoles, "", m_defaultValue));
127 CHECK( addVariable("numberOfCSCPhiHits", m_numberOfCSCPhiHits, "", m_defaultValue));
128 CHECK( addVariable("numberOfCSCPhiHoles", m_numberOfCSCPhiHoles, "", m_defaultValue));
129 CHECK( addVariable("numberOfRPCEtaHits", m_numberOfRPCEtaHits, "", m_defaultValue));
130 CHECK( addVariable("numberOfRPCEtaHoles", m_numberOfRPCEtaHoles, "", m_defaultValue));
131 CHECK( addVariable("numberOfRPCPhiHits", m_numberOfRPCPhiHits, "", m_defaultValue));
132 CHECK( addVariable("numberOfRPCPhiHoles", m_numberOfRPCPhiHoles, "", m_defaultValue));
133 CHECK( addVariable("numberOfTGCEtaHits", m_numberOfTGCEtaHits, "", m_defaultValue));
134 CHECK( addVariable("numberOfTGCEtaHoles", m_numberOfTGCEtaHoles, "", m_defaultValue));
135 CHECK( addVariable("numberOfTGCPhiHits", m_numberOfTGCPhiHits, "", m_defaultValue));
136 CHECK( addVariable("numberOfTGCPhiHoles", m_numberOfTGCPhiHoles, "", m_defaultValue));
137 CHECK( addVariable("numberOfGangedPixels", m_numberOfGangedPixels, "", m_defaultValue));
138 CHECK( addVariable("numberOfOutliersOnTrack", m_numberOfOutliersOnTrack, "", m_defaultValue));
139 CHECK( addVariable("numberOfTrackSummaryTypes", m_numberOfTrackSummaryTypes, "", m_defaultValue));
140 CHECK( addVariable("numberOfPixelDeadSensors", m_numberOfPixelDeadSensors, "", m_defaultValue));
141 CHECK( addVariable("numberOfSCTDeadSensors", m_numberOfSCTDeadSensors, "", m_defaultValue));
142 }
143
144 CHECK (book2());
145
146 return StatusCode::SUCCESS;
147} // TileMuonFillerTool::book
unsigned short * m_numberOfCSCPhiHits
unsigned short * m_numberOfTrackSummaryTypes
unsigned short * m_numberOfGangedPixels
unsigned short * m_numberOfSCTHits
unsigned short * m_numberOfCSCEtaHits
unsigned short * m_numberOfBLayerSharedHits
unsigned short * m_numberOfSCTDeadSensors
unsigned short * m_numberOfSCTSharedHits
unsigned short * m_numberOfSCTHoles
unsigned short * m_numberOfTRTHighThresholdHits
unsigned short * m_numberOfPixelDeadSensors
unsigned short * m_numberOfTGCPhiHits
unsigned short * m_numberOfPixelHits
unsigned short * m_numberOfCSCPhiHoles
unsigned short * m_numberOfTRTHighThresholdOutliers
unsigned short * m_numberOfRPCEtaHits
unsigned short * m_numberOfCSCEtaHoles
unsigned short * m_numberOfBLayerHits
unsigned short * m_numberOfPixelHoles
unsigned short * m_numberOfTRTOutliers
unsigned short * m_numberOfTGCEtaHoles
unsigned short * m_numberOfTRTHits
unsigned short * m_numberOfRPCEtaHoles
unsigned short * m_numberOfPixelSharedHits
unsigned short * m_numberOfMDTHoles
unsigned short * m_numberOfTGCEtaHits
unsigned short * m_numberOfRPCPhiHits
unsigned short * m_numberOfRPCPhiHoles
unsigned short * m_numberOfMDTHits
unsigned short * m_numberOfTGCPhiHoles
unsigned short * m_numberOfOutliersOnTrack

◆ book2()

StatusCode D3PD::TileMuonFillerTool::book2 ( )
privatevirtual

Definition at line 150 of file TileMuonFillerTool.cxx.

151{
152 if(m_LevelOfDetails > 2){
153 CHECK( addVariable("nucone10", m_nucone10, "", m_defaultValue));
154 CHECK( addVariable("nucone20", m_nucone20, "", m_defaultValue));
155 CHECK( addVariable("nucone30", m_nucone30, "", m_defaultValue));
156 CHECK( addVariable("nucone40", m_nucone40, "", m_defaultValue));
157 CHECK( addVariable("etcone10", m_etcone10, "", m_defaultValue));
158 CHECK( addVariable("etcone20", m_etcone20, "", m_defaultValue));
159 CHECK( addVariable("etcone30", m_etcone30, "", m_defaultValue));
160 CHECK( addVariable("etcone40", m_etcone40, "", m_defaultValue));
161 CHECK( addVariable("ptcone10", m_ptcone10, "", m_defaultValue));
162 CHECK( addVariable("ptcone20", m_ptcone20, "", m_defaultValue));
163 CHECK( addVariable("ptcone30", m_ptcone30, "", m_defaultValue));
164 CHECK( addVariable("ptcone40", m_ptcone40, "", m_defaultValue));
165 } // IF
166
167
168 if(m_LevelOfDetails > 3){
169 CHECK( addVariable("vtxX", m_vtxX, "", m_defaultValue));
170 CHECK( addVariable("vtxY", m_vtxY, "", m_defaultValue));
171 CHECK( addVariable("vtxZ", m_vtxZ, "", m_defaultValue));
172 CHECK( addVariable("d0", m_d0, "", m_defaultValue));
173 CHECK( addVariable("z0", m_z0, "", m_defaultValue));
174 CHECK( addVariable("phi0", m_phi0, "", m_defaultValue));
175 CHECK( addVariable("theta", m_theta, "", m_defaultValue));
176 CHECK( addVariable("qOverP", m_qOverP, "", m_defaultValue));
177
178 CHECK( addVariable("matchChi2", m_matchChi2, "", m_defaultValue));
179 CHECK( addVariable("matchChi2OverDoF", m_matchChi2OverDoF, "", m_defaultValue));
180 CHECK( addVariable("matchNumberDoF", m_matchNumberDoF, "", m_defaultValue));
181 CHECK( addVariable("fitChi2", m_fitChi2, "", m_defaultValue));
182 CHECK( addVariable("fitNumberDoF", m_fitNumberDoF, "", m_defaultValue));
183 CHECK( addVariable("fitChi2OverDoF", m_fitChi2OverDoF, "", m_defaultValue));
184 CHECK( addVariable("bestMatch", m_bestMatch, "", m_defaultValue));
185 CHECK( addVariable("isCorrected", m_isCorrected, "", m_defaultValue));
186 } // IF
187
188 if(m_LevelOfDetails > 4){
189 if(m_truthRetrieved.isSuccess() && m_MCtruth){
190 CHECK( addVariable("truth_deltaR", m_truth_deltaR, "", m_defaultValue));
191 CHECK( addVariable("truth_vtxX", m_truth_vtxX, "", m_defaultValue));
192 CHECK( addVariable("truth_vtxY", m_truth_vtxY, "", m_defaultValue));
193 CHECK( addVariable("truth_vtxZ", m_truth_vtxZ, "", m_defaultValue));
194 CHECK( addVariable("truth_eta", m_truth_eta, "", m_defaultValue));
195 CHECK( addVariable("truth_phi", m_truth_phi, "", m_defaultValue));
196 CHECK( addVariable("truth_p", m_truth_p, "", m_defaultValue));
197 CHECK( addVariable("truth_pT", m_truth_pT, "", m_defaultValue));
198 CHECK( addVariable("truth_charge", m_truth_charge, "", m_defaultValue));
199 CHECK( addVariable("truth_mass", m_truth_mass, "", m_defaultValue));
200 } // IF
201 } // IF
202
203 return StatusCode::SUCCESS;
204}
const McEventCollection * m_MCtruth

◆ configureD3PD() [1/2]

StatusCode D3PD::AddVariable::configureD3PD ( IAddVariable * tree)
inherited

Configure the parent tree.

Parameters
treeThe parent IAddVariable instance.

Definition at line 69 of file AddVariable.cxx.

62{
63 m_tree = tree;
64 m_metadata.clear();
66}

◆ configureD3PD() [2/2]

virtual StatusCode D3PD::BlockFillerTool< xAOD::Muon >::configureD3PD ( IAddVariable * tree,
const std::type_info & ti )
virtualinherited

Configure during initialization: type-check.

Parameters
treeOur parent for tuple making.
tiGives the type of the object being passed to fillUntyped.

configureD3PD should check that the type of the object coming as input is compatible with what it expects, and raise an error otherwise.

◆ configureImpl() [1/2]

StatusCode D3PD::BlockFillerToolImpl::configureImpl ( IAddVariable * tree,
const std::type_info & ti,
const std::type_info & fill_ti )
protectedinherited

Configure during initialization: type-check.

Parameters
treeOur parent for tuple making.
tiGives the type of the object being passed to fillUntyped.
fill_tiis the type of object that the user code will expect.

This is the common implementation for the configureD3PD method of IBlockFillerTool. It checks that the type of the object coming as input is compatible with what the user code is expecting, and raises an error otherwise.

Definition at line 70 of file BlockFillerToolImpl.cxx.

58{
60 CHECK( m_converter.init (ti, fill_ti) );
61
63}

◆ configureImpl() [2/2]

StatusCode D3PD::BlockFillerToolImpl::configureImpl ( IAddVariable * tree,
const std::type_info & ti,
const std::vector< const std::type_info * > & tis,
size_t & which )
protectedinherited

Configure during initialization: type-check.

Parameters
treeOur parent for tuple making.
tiGives the type of the object being passed to fillUntyped.
tisList of possible input types that we can accept.
[out]whichIndex of the accepted type.

This is the common implementation for the configureD3PD method of IBlockFillerTool. It checks that the type of the object coming as input is compatible with what the user code is expecting, and raises an error otherwise.

This version allows for one of a set of types to match. If successful, WHICH is set to the index (0-based) of the matching type.

Definition at line 91 of file BlockFillerToolImpl.cxx.

87{
89 CHECK( m_converter.init (ti, tis, which) );
91}

◆ convert()

StatusCode D3PD::BlockFillerToolImpl::convert ( void const *& p) const
protectedinherited

Do type conversion.

Parameters
p[in,out]Pointer to convert.

On entry, p is a pointer to an object of the type that was passed into configureImpl as ti. Convert the pointer to point to an object of the type that was given as fill_ti. If the conversion fails, the pointer is set to 0 (and FAILURE is returned).

Definition at line 107 of file BlockFillerToolImpl.cxx.

106{
107 p = m_converter.convertUntyped (p);
108 if (!p) {
110 << "Pointer conversion from " << m_converter.srcName() << " to "
111 << m_converter.dstName() << "failed.";
112 return StatusCode::FAILURE;
113 }
114 return StatusCode::SUCCESS;
115}
#define REPORT_MESSAGE(LVL)
Report a message.

◆ fill()

StatusCode D3PD::TileMuonFillerTool::fill ( const xAOD::Muon & p)
virtual

Fill one block — type-safe version.

Parameters
pThe input object.

This is called once per object. The caller is responsible for arranging that all the pointers for booked variables are set appropriately upon entry.

primaryTrackParticle() Returns a pointer (which should not usually be NULL, but might be if the muon has been stripped of information) to the primary TrackParticle corresponding to the MuonType of this muon. This is determined in the following order:

  1. CombinedTrackParticle
  2. InnerDetectorTrackParticle
  3. MuonSpectrometerTrackParticle

Implements D3PD::BlockFillerTool< xAOD::Muon >.

Definition at line 208 of file TileMuonFillerTool.cxx.

208 {
209//===========================================================
210
211 ATH_MSG_DEBUG("TileMuonFillerTool::fill()");
212
213 // RETRIEVE APPROPRIATE POINTERS
214 const xAOD::Muon* muonPointer = &p;
215
216 if(!muonPointer) { ATH_MSG_INFO("NULL POINTER"); return StatusCode::RECOVERABLE; }
217
224 const xAOD::TrackParticle* muon_track = 0;
225 switch(m_trackType)
226 {
227 case 0: muon_track = muonPointer->trackParticle(xAOD::Muon::CombinedTrackParticle); break;
228 case 1: muon_track = muonPointer->trackParticle(xAOD::Muon::InnerDetectorTrackParticle); break;
229 case 2: muon_track = muonPointer->trackParticle(xAOD::Muon::MuonSpectrometerTrackParticle); break;
230 default: muon_track = muonPointer->primaryTrackParticle(); break;
231 } // SWITCH
232
233 if( !muon_track ){ return StatusCode::SUCCESS; }
234
235 // MUON TRACK PARAMETERS
236 if(m_LevelOfDetails > 0){
237 *m_pT = muonPointer->pt();
238 *m_p = muonPointer->p4().P();
239 *m_charge = muonPointer->charge();
240 *m_eta = muonPointer->eta();
241 *m_phi = muonPointer->phi();
242 *m_muonAuthor = muonPointer->author();
243 *m_muonType = muonPointer->muonType();
244 *m_muonQuality = muonPointer->quality();
245 } // IF
246
247
248 // STORE ISOLATION ENERGIES
249 if(m_LevelOfDetails > 2){
250
251 if ( !muonPointer->isolation((*m_etcone20), Iso::IsolationType::etcone20 ) ) ATH_MSG_WARNING("No etcone20 defined");
252 if ( !muonPointer->isolation((*m_etcone30), Iso::IsolationType::etcone30 ) ) ATH_MSG_WARNING("No etcone30 defined");
253 if ( !muonPointer->isolation((*m_etcone40), Iso::IsolationType::etcone40 ) ) ATH_MSG_WARNING("No etcone40 defined");
254 if ( !muonPointer->isolation((*m_ptcone20), Iso::IsolationType::ptcone20 ) ) ATH_MSG_WARNING("No ptcone20 defined");
255 if ( !muonPointer->isolation((*m_ptcone30), Iso::IsolationType::ptcone30 ) ) ATH_MSG_WARNING("No ptcone30 defined");
256 if ( !muonPointer->isolation((*m_ptcone40), Iso::IsolationType::ptcone40 ) ) ATH_MSG_WARNING("No ptcone40 defined");
257 } // IF
258
259 if(m_LevelOfDetails > 1){
260
262 muonPointer->summaryValue( *uint8Ptr(m_numberOfPixelHits), xAOD::numberOfPixelHits );
263 muonPointer->summaryValue( *uint8Ptr(m_numberOfSCTHits), xAOD::numberOfSCTHits );
264 muonPointer->summaryValue( *uint8Ptr(m_numberOfTRTHits), xAOD::numberOfTRTHits );
267 muonPointer->summaryValue( *uint8Ptr(m_numberOfSCTHoles), xAOD::numberOfSCTHoles );
277
278/* //THIS NEEDS TO BE CONVERTED FOR xAODs AS IT IS ABOVE
279 // NUMBER OF HITS IN SUBDETECTORS
280 *m_numberOfMDTHits = muonPointer->numberOfMDTHits();
281 *m_numberOfMDTHoles = muonPointer->numberOfMDTHoles();
282 *m_numberOfCSCEtaHits = muonPointer->numberOfCSCEtaHits();
283 *m_numberOfCSCEtaHoles = muonPointer->numberOfCSCEtaHoles();
284 *m_numberOfCSCPhiHits = muonPointer->numberOfCSCPhiHits();
285 *m_numberOfCSCPhiHoles = muonPointer->numberOfCSCPhiHoles();
286 *m_numberOfRPCEtaHits = muonPointer->numberOfRPCEtaHits();
287 *m_numberOfRPCEtaHoles = muonPointer->numberOfRPCEtaHoles();
288 *m_numberOfRPCPhiHits = muonPointer->numberOfRPCPhiHits();
289 *m_numberOfRPCPhiHoles = muonPointer->numberOfRPCPhiHoles();
290 *m_numberOfTGCEtaHits = muonPointer->numberOfTGCEtaHits();
291 *m_numberOfTGCEtaHoles = muonPointer->numberOfTGCEtaHoles();
292 *m_numberOfTGCPhiHits = muonPointer->numberOfTGCPhiHits();
293 *m_numberOfTGCPhiHoles = muonPointer->numberOfTGCPhiHoles();
294 *m_numberOfGangedPixels = muonPointer->numberOfGangedPixels();
295 *m_numberOfOutliersOnTrack = muonPointer->numberOfOutliersOnTrack();
296 *m_numberOfTrackSummaryTypes = muonPointer->numberOfTrackSummaryTypes();
297*/
298 }
299
300
301 if(m_LevelOfDetails > 3){
303 auto perigee = m_trackToVertexTool->perigeeAtVertex(Gaudi::Hive::currentContext(), *muon_track);
304 *m_vtxX = perigee->parameters()[Trk::x];
305 *m_vtxY = perigee->parameters()[Trk::y];
306 *m_vtxZ = perigee->parameters()[Trk::z];
307 *m_d0 = perigee->parameters()[Trk::d0];
308 *m_z0 = perigee->parameters()[Trk::z0];
309 *m_phi0 = perigee->parameters()[Trk::phi0];
310 *m_theta = perigee->parameters()[Trk::theta];
311 *m_qOverP = perigee->parameters()[Trk::qOverP];
312 } // IF
313
314/* //THIST NEEDS TO MODIFY TO WORK ON xAODs
315 *m_matchChi2 = muonPointer->matchChi2();
316 *m_matchChi2OverDoF = muonPointer->matchChi2OverDoF();
317 *m_matchNumberDoF = muonPointer->matchNumberDoF();
318 *m_fitChi2 = muonPointer->fitChi2();
319 *m_fitNumberDoF = muonPointer->fitNumberDoF();
320 *m_fitChi2OverDoF = muonPointer->fitChi2OverDoF();
321 *m_bestMatch = muonPointer->bestMatch();
322 *m_isCorrected = muonPointer->isCorrected();
323*/
324 } // IF
325
326/* //THIS NEEDS TO MODIFY TO WORK ON xAODs
327 if(m_LevelOfDetails > 4){
328 // STORE MONTE CARLO TRUTH INFORMATION IF AVAILABLE
329 if(m_truthRetrieved.isSuccess() && m_MCtruth){
330 McEventCollection::const_iterator MCitr = m_MCtruth->begin();
331 HepMC::GenEvent::particle_const_iterator particle_itr = (*MCitr)->particles_begin();
332 HepMC::GenEvent::particle_const_iterator particle_eitr = (*MCitr)->particles_end();
333 for(;particle_itr!=particle_eitr;++particle_eitr){
334 HepMC::GenParticle* particle = *particle_itr;
335 if(abs(particle->pdg_id()) != 13) continue;
336 float deltaEta = fabs(*m_eta - particle->momentum().eta());
337 float deltaPhi = *m_phi - particle->momentum().phi();
338 deltaPhi = fabs(deltaPhi > M_PI ? deltaPhi - 2.*M_PI : ( deltaPhi < -M_PI ? deltaPhi + 2.*M_PI : deltaPhi ));
339 *m_truth_deltaR = sqrt(deltaEta*deltaEta + deltaPhi*deltaPhi);
340 *m_truth_vtxX = particle->production_vertex()->position().x();
341 *m_truth_vtxY = particle->production_vertex()->position().y();
342 *m_truth_vtxZ = particle->production_vertex()->position().z();
343 *m_truth_eta = particle->momentum().eta();
344 *m_truth_phi = particle->momentum().phi();
345 *m_truth_p = sqrt(particle->momentum().perp() * particle->momentum().perp() +
346 particle->momentum().z() * particle->momentum().z());
347 *m_truth_pT = particle->momentum().perp();
348 *m_truth_charge = particle->pdg_id();
349 } // FOR
350 } // IF
351 } // IF
352*/
353 return StatusCode::SUCCESS;
354} // TileMuonFillerTool::fill
#define ATH_MSG_INFO(x)
#define ATH_MSG_WARNING(x)
#define ATH_MSG_DEBUG(x)
virtual double eta() const
The pseudorapidity ( ) of the particle.
bool summaryValue(uint8_t &value, const SummaryType information) const
Accessor for TrackSummary values (in most cases, retrieved from the 'primary' TrackParticle - though ...
Definition Muon_v1.cxx:105
const TrackParticle * primaryTrackParticle() const
Returns a pointer (which should not usually be NULL, but might be if the muon has been stripped of in...
Definition Muon_v1.cxx:396
virtual FourMom_t p4() const
The full 4-momentum of the particle.
Definition Muon_v1.cxx:71
Quality quality() const
Muon CP quality accessors.
Definition Muon_v1.cxx:220
virtual double phi() const
The azimuthal angle ( ) of the particle.
bool isolation(float &value, const Iso::IsolationType information) const
Accessor for Isolation values.
Definition Muon_v1.cxx:254
virtual double pt() const
The transverse momentum ( ) of the particle.
float charge() const
Author author() const
MuonType muonType() const
const TrackParticle * trackParticle(TrackParticleType type) const
Returns a pointer (which can be NULL) to the TrackParticle used in identification of this muon.
Definition Muon_v1.cxx:482
@ x
Definition ParamDefs.h:55
@ z
global position (cartesian)
Definition ParamDefs.h:57
@ phi0
Definition ParamDefs.h:65
@ theta
Definition ParamDefs.h:66
@ qOverP
perigee
Definition ParamDefs.h:67
@ y
Definition ParamDefs.h:56
@ d0
Definition ParamDefs.h:63
@ z0
Definition ParamDefs.h:64
TrackParticle_v1 TrackParticle
Reference the current persistent version:
Muon_v1 Muon
Reference the current persistent version:
@ numberOfPixelHoles
number of pixel layers on track with absence of hits [unit8_t].
@ numberOfTRTHighThresholdOutliers
number of TRT high threshold outliers (only xenon counted) [unit8_t].
@ numberOfInnermostPixelLayerSharedHits
number of Pixel 0th layer barrel hits shared by several tracks.
@ numberOfTRTHits
number of TRT hits [unit8_t].
@ numberOfSCTDeadSensors
number of dead SCT sensors crossed [unit8_t].
@ numberOfSCTHits
number of hits in SCT [unit8_t].
@ numberOfInnermostPixelLayerHits
these are the hits in the 0th pixel barrel layer
@ numberOfPixelHits
these are the pixel hits, including the b-layer [unit8_t].
@ numberOfPixelSharedHits
number of Pixel all-layer hits shared by several tracks [unit8_t].
@ numberOfSCTSharedHits
number of SCT hits shared by several tracks [unit8_t].
@ numberOfTRTHighThresholdHits
number of TRT hits which pass the high threshold (only xenon counted) [unit8_t].
@ numberOfTRTOutliers
number of TRT outliers [unit8_t].
@ numberOfPixelDeadSensors
number of dead pixel sensors crossed [unit8_t].
@ numberOfSCTHoles
number of SCT holes [unit8_t].

◆ fillAgain()

virtual StatusCode D3PD::BlockFillerTool< xAOD::Muon >::fillAgain ( const xAOD::Muon & p)
virtualinherited

Fill one block, after AGAIN has been returned (type-safe).

Parameters
pThe input object.

Once fill returns AGAIN, the parent should call fillAgain with the same arguments. This continues until fillAgain returns something other than AGAIN.

By default, this just calls fill().

◆ fillUntyped()

virtual StatusCode D3PD::BlockFillerTool< xAOD::Muon >::fillUntyped ( const void * p,
bool again = false )
virtualinherited

Fill one block.

Parameters
pThe input object.
againSet if this is a subsequent call requested by an AGAIN return

This is called once per object. The type of the object at which p points is given by the ti argument to configureD3PD. The caller is responsible for arranging that all the pointers for booked variables are set appropriately upon entry.

If the return status is the special code AGAIN (defined above), then this filler tool wants to make multiple entries. The parent should set up to capture a new ‘row’ and run through the list of block filler tools again, but for this tool call fillAgainUntyped instead of fillUntyped. This should be repeated as long as fillAgainUntyped returns AGAIN.

Once fillUntyped returns AGAIN, the parent should call fillUntyped with the same p argument and again set to true. This continues until fillUntyped returns something other than AGAIN.

Not all parents may support this. In that case, returning AGAIN will be treated as an error.

◆ initialize()

StatusCode D3PD::TileMuonFillerTool::initialize ( )
virtual

Definition at line 65 of file TileMuonFillerTool.cxx.

65 {
66//==========================================
67 ATH_MSG_DEBUG("TileMuonFillerTool::initialize()");
68 CHECK( D3PD::BlockFillerTool<xAOD::Muon>::initialize() );
69
70 //THIS NEEDS TO MODIFY TO WORK ON xAODs
71 // MONTE CARLO EVENT COLLECTION
72 m_truthRetrieved = evtStore()->retrieve(m_MCtruth,m_MCeventCollection);
73 if(m_truthRetrieved.isFailure()) if(m_LevelOfDetails > 6) ATH_MSG_ERROR("NO TRUTH INFORMATION");
74
75 // RETRIEVE CALORIMETER EXTRAPOLATION TOOLS
76 if(m_LevelOfDetails > 3){
77 if(m_trackInCalo.retrieve().isFailure() ) {
78 ATH_MSG_ERROR(" Cannot retrieve extrapolator in calorimeter properly. ");
79 } // IF
80 } // IF
81
82 if(m_LevelOfDetails > 3){
83 if(m_trackToVertexTool.retrieve().isFailure() ) {
84 ATH_MSG_ERROR(" Cannot retrieve vertex tool properly. ");
85 } // IF
86 } // IF
87
88
89 return StatusCode::SUCCESS;
90 } // TileMuonFillerTool::initialize
#define ATH_MSG_ERROR(x)

Member Data Documentation

◆ m_bestMatch

bool* D3PD::TileMuonFillerTool::m_bestMatch
private

Definition at line 111 of file TileMuonFillerTool.h.

◆ m_blockName

std::string D3PD::BlockFillerToolImpl::m_blockName
privateinherited

Property: the name of this block.

Definition at line 118 of file BlockFillerToolImpl.h.

◆ m_calocellContainerName

std::string D3PD::TileMuonFillerTool::m_calocellContainerName
private

Definition at line 151 of file TileMuonFillerTool.h.

◆ m_charge

float* D3PD::TileMuonFillerTool::m_charge
private

Definition at line 100 of file TileMuonFillerTool.h.

◆ m_converter

TypeConverter D3PD::BlockFillerToolImpl::m_converter
privateinherited

Helper to do type conversions.

Definition at line 121 of file BlockFillerToolImpl.h.

◆ m_d0

float* D3PD::TileMuonFillerTool::m_d0
private

Definition at line 129 of file TileMuonFillerTool.h.

◆ m_defaultValue

float D3PD::TileMuonFillerTool::m_defaultValue
private

Definition at line 52 of file TileMuonFillerTool.h.

◆ m_eta

float* D3PD::TileMuonFillerTool::m_eta
private

Definition at line 101 of file TileMuonFillerTool.h.

◆ m_etcone10

float* D3PD::TileMuonFillerTool::m_etcone10
private

Definition at line 118 of file TileMuonFillerTool.h.

◆ m_etcone20

float* D3PD::TileMuonFillerTool::m_etcone20
private

Definition at line 119 of file TileMuonFillerTool.h.

◆ m_etcone30

float* D3PD::TileMuonFillerTool::m_etcone30
private

Definition at line 120 of file TileMuonFillerTool.h.

◆ m_etcone40

float* D3PD::TileMuonFillerTool::m_etcone40
private

Definition at line 121 of file TileMuonFillerTool.h.

◆ m_fitChi2

float* D3PD::TileMuonFillerTool::m_fitChi2
private

Definition at line 108 of file TileMuonFillerTool.h.

◆ m_fitChi2OverDoF

float* D3PD::TileMuonFillerTool::m_fitChi2OverDoF
private

Definition at line 110 of file TileMuonFillerTool.h.

◆ m_fitNumberDoF

float* D3PD::TileMuonFillerTool::m_fitNumberDoF
private

Definition at line 109 of file TileMuonFillerTool.h.

◆ m_isCorrected

bool* D3PD::TileMuonFillerTool::m_isCorrected
private

Definition at line 112 of file TileMuonFillerTool.h.

◆ m_LevelOfDetails

short D3PD::TileMuonFillerTool::m_LevelOfDetails
private

Definition at line 56 of file TileMuonFillerTool.h.

◆ m_matchChi2

float* D3PD::TileMuonFillerTool::m_matchChi2
private

Definition at line 105 of file TileMuonFillerTool.h.

◆ m_matchChi2OverDoF

float* D3PD::TileMuonFillerTool::m_matchChi2OverDoF
private

Definition at line 106 of file TileMuonFillerTool.h.

◆ m_matchNumberDoF

short* D3PD::TileMuonFillerTool::m_matchNumberDoF
private

Definition at line 107 of file TileMuonFillerTool.h.

◆ m_MCeventCollection

std::string D3PD::TileMuonFillerTool::m_MCeventCollection
private

Definition at line 152 of file TileMuonFillerTool.h.

◆ m_MCtruth

const McEventCollection* D3PD::TileMuonFillerTool::m_MCtruth
private

Definition at line 153 of file TileMuonFillerTool.h.

◆ m_metadata

ObjectMetadata D3PD::AddVariable::m_metadata
protectedinherited

Metadata about the variables created by this object.

Definition at line 129 of file AddVariable.h.

◆ m_muonAuthor

short* D3PD::TileMuonFillerTool::m_muonAuthor
private

Definition at line 59 of file TileMuonFillerTool.h.

◆ m_muonQuality

short* D3PD::TileMuonFillerTool::m_muonQuality
private

Definition at line 61 of file TileMuonFillerTool.h.

◆ m_muonType

short* D3PD::TileMuonFillerTool::m_muonType
private

Definition at line 60 of file TileMuonFillerTool.h.

◆ m_nucone10

float* D3PD::TileMuonFillerTool::m_nucone10
private

Definition at line 114 of file TileMuonFillerTool.h.

◆ m_nucone20

float* D3PD::TileMuonFillerTool::m_nucone20
private

Definition at line 115 of file TileMuonFillerTool.h.

◆ m_nucone30

float* D3PD::TileMuonFillerTool::m_nucone30
private

Definition at line 116 of file TileMuonFillerTool.h.

◆ m_nucone40

float* D3PD::TileMuonFillerTool::m_nucone40
private

Definition at line 117 of file TileMuonFillerTool.h.

◆ m_numberOfBLayerHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfBLayerHits
private

Definition at line 63 of file TileMuonFillerTool.h.

◆ m_numberOfBLayerSharedHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfBLayerSharedHits
private

Definition at line 68 of file TileMuonFillerTool.h.

◆ m_numberOfCSCEtaHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfCSCEtaHits
private

Definition at line 77 of file TileMuonFillerTool.h.

◆ m_numberOfCSCEtaHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfCSCEtaHoles
private

Definition at line 78 of file TileMuonFillerTool.h.

◆ m_numberOfCSCPhiHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfCSCPhiHits
private

Definition at line 79 of file TileMuonFillerTool.h.

◆ m_numberOfCSCPhiHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfCSCPhiHoles
private

Definition at line 80 of file TileMuonFillerTool.h.

◆ m_numberOfGangedPixels

unsigned short* D3PD::TileMuonFillerTool::m_numberOfGangedPixels
private

Definition at line 89 of file TileMuonFillerTool.h.

◆ m_numberOfMDTHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfMDTHits
private

Definition at line 75 of file TileMuonFillerTool.h.

◆ m_numberOfMDTHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfMDTHoles
private

Definition at line 76 of file TileMuonFillerTool.h.

◆ m_numberOfOutliersOnTrack

unsigned short* D3PD::TileMuonFillerTool::m_numberOfOutliersOnTrack
private

Definition at line 90 of file TileMuonFillerTool.h.

◆ m_numberOfPixelDeadSensors

unsigned short* D3PD::TileMuonFillerTool::m_numberOfPixelDeadSensors
private

Definition at line 92 of file TileMuonFillerTool.h.

◆ m_numberOfPixelHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfPixelHits
private

Definition at line 64 of file TileMuonFillerTool.h.

◆ m_numberOfPixelHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfPixelHoles
private

Definition at line 70 of file TileMuonFillerTool.h.

◆ m_numberOfPixelSharedHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfPixelSharedHits
private

Definition at line 69 of file TileMuonFillerTool.h.

◆ m_numberOfRPCEtaHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfRPCEtaHits
private

Definition at line 81 of file TileMuonFillerTool.h.

◆ m_numberOfRPCEtaHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfRPCEtaHoles
private

Definition at line 82 of file TileMuonFillerTool.h.

◆ m_numberOfRPCPhiHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfRPCPhiHits
private

Definition at line 83 of file TileMuonFillerTool.h.

◆ m_numberOfRPCPhiHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfRPCPhiHoles
private

Definition at line 84 of file TileMuonFillerTool.h.

◆ m_numberOfSCTDeadSensors

unsigned short* D3PD::TileMuonFillerTool::m_numberOfSCTDeadSensors
private

Definition at line 93 of file TileMuonFillerTool.h.

◆ m_numberOfSCTHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfSCTHits
private

Definition at line 65 of file TileMuonFillerTool.h.

◆ m_numberOfSCTHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfSCTHoles
private

Definition at line 72 of file TileMuonFillerTool.h.

◆ m_numberOfSCTSharedHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfSCTSharedHits
private

Definition at line 71 of file TileMuonFillerTool.h.

◆ m_numberOfTGCEtaHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTGCEtaHits
private

Definition at line 85 of file TileMuonFillerTool.h.

◆ m_numberOfTGCEtaHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTGCEtaHoles
private

Definition at line 86 of file TileMuonFillerTool.h.

◆ m_numberOfTGCPhiHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTGCPhiHits
private

Definition at line 87 of file TileMuonFillerTool.h.

◆ m_numberOfTGCPhiHoles

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTGCPhiHoles
private

Definition at line 88 of file TileMuonFillerTool.h.

◆ m_numberOfTrackSummaryTypes

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTrackSummaryTypes
private

Definition at line 91 of file TileMuonFillerTool.h.

◆ m_numberOfTRTHighThresholdHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTRTHighThresholdHits
private

Definition at line 67 of file TileMuonFillerTool.h.

◆ m_numberOfTRTHighThresholdOutliers

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTRTHighThresholdOutliers
private

Definition at line 74 of file TileMuonFillerTool.h.

◆ m_numberOfTRTHits

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTRTHits
private

Definition at line 66 of file TileMuonFillerTool.h.

◆ m_numberOfTRTOutliers

unsigned short* D3PD::TileMuonFillerTool::m_numberOfTRTOutliers
private

Definition at line 73 of file TileMuonFillerTool.h.

◆ m_p

float* D3PD::TileMuonFillerTool::m_p
private

Definition at line 99 of file TileMuonFillerTool.h.

◆ m_phi

float* D3PD::TileMuonFillerTool::m_phi
private

Definition at line 102 of file TileMuonFillerTool.h.

◆ m_phi0

float* D3PD::TileMuonFillerTool::m_phi0
private

Definition at line 131 of file TileMuonFillerTool.h.

◆ m_prefix

std::string D3PD::BlockFillerToolImpl::m_prefix
privateinherited

Property: the variable prefix for this block.

Definition at line 112 of file BlockFillerToolImpl.h.

◆ m_pT

float* D3PD::TileMuonFillerTool::m_pT
private

Definition at line 98 of file TileMuonFillerTool.h.

◆ m_ptcone10

float* D3PD::TileMuonFillerTool::m_ptcone10
private

Definition at line 122 of file TileMuonFillerTool.h.

◆ m_ptcone20

float* D3PD::TileMuonFillerTool::m_ptcone20
private

Definition at line 123 of file TileMuonFillerTool.h.

◆ m_ptcone30

float* D3PD::TileMuonFillerTool::m_ptcone30
private

Definition at line 124 of file TileMuonFillerTool.h.

◆ m_ptcone40

float* D3PD::TileMuonFillerTool::m_ptcone40
private

Definition at line 125 of file TileMuonFillerTool.h.

◆ m_qOverP

float* D3PD::TileMuonFillerTool::m_qOverP
private

Definition at line 133 of file TileMuonFillerTool.h.

◆ m_standalone

std::string D3PD::TileMuonFillerTool::m_standalone
private

Definition at line 53 of file TileMuonFillerTool.h.

◆ m_suffix

std::string D3PD::BlockFillerToolImpl::m_suffix
privateinherited

Property: the variable prefix for this block.

Definition at line 115 of file BlockFillerToolImpl.h.

◆ m_theta

float* D3PD::TileMuonFillerTool::m_theta
private

Definition at line 132 of file TileMuonFillerTool.h.

◆ m_trackInCalo

ToolHandle<ITrackTools> D3PD::TileMuonFillerTool::m_trackInCalo
private

Definition at line 149 of file TileMuonFillerTool.h.

◆ m_trackToVertexTool

ToolHandle<Reco::ITrackToVertex> D3PD::TileMuonFillerTool::m_trackToVertexTool
private

Definition at line 150 of file TileMuonFillerTool.h.

◆ m_trackType

short D3PD::TileMuonFillerTool::m_trackType
private

Definition at line 57 of file TileMuonFillerTool.h.

◆ m_tree

IAddVariable* D3PD::AddVariable::m_tree
privateinherited

Reference to the block name.

The parent IAddVariable instance.

Definition at line 143 of file AddVariable.h.

◆ m_truth_charge

float* D3PD::TileMuonFillerTool::m_truth_charge
private

Definition at line 145 of file TileMuonFillerTool.h.

◆ m_truth_deltaR

float* D3PD::TileMuonFillerTool::m_truth_deltaR
private

Definition at line 137 of file TileMuonFillerTool.h.

◆ m_truth_eta

float* D3PD::TileMuonFillerTool::m_truth_eta
private

Definition at line 141 of file TileMuonFillerTool.h.

◆ m_truth_mass

float* D3PD::TileMuonFillerTool::m_truth_mass
private

Definition at line 146 of file TileMuonFillerTool.h.

◆ m_truth_p

float* D3PD::TileMuonFillerTool::m_truth_p
private

Definition at line 143 of file TileMuonFillerTool.h.

◆ m_truth_phi

float* D3PD::TileMuonFillerTool::m_truth_phi
private

Definition at line 142 of file TileMuonFillerTool.h.

◆ m_truth_pT

float* D3PD::TileMuonFillerTool::m_truth_pT
private

Definition at line 144 of file TileMuonFillerTool.h.

◆ m_truth_vtxX

float* D3PD::TileMuonFillerTool::m_truth_vtxX
private

Definition at line 138 of file TileMuonFillerTool.h.

◆ m_truth_vtxY

float* D3PD::TileMuonFillerTool::m_truth_vtxY
private

Definition at line 139 of file TileMuonFillerTool.h.

◆ m_truth_vtxZ

float* D3PD::TileMuonFillerTool::m_truth_vtxZ
private

Definition at line 140 of file TileMuonFillerTool.h.

◆ m_truthRetrieved

StatusCode D3PD::TileMuonFillerTool::m_truthRetrieved
private

Definition at line 136 of file TileMuonFillerTool.h.

◆ m_vtxX

float* D3PD::TileMuonFillerTool::m_vtxX
private

Definition at line 126 of file TileMuonFillerTool.h.

◆ m_vtxY

float* D3PD::TileMuonFillerTool::m_vtxY
private

Definition at line 127 of file TileMuonFillerTool.h.

◆ m_vtxZ

float* D3PD::TileMuonFillerTool::m_vtxZ
private

Definition at line 128 of file TileMuonFillerTool.h.

◆ m_z0

float* D3PD::TileMuonFillerTool::m_z0
private

Definition at line 130 of file TileMuonFillerTool.h.

◆ s_emptyString

const std::string D3PD::AddVariable::s_emptyString
staticprivateinherited

Used to provide a default value for blockName.

Definition at line 41 of file AddVariable.h.


The documentation for this class was generated from the following files: