![]() |
ATLAS Offline Software
|
#include <IDPerfMonZmumu.h>
Public Member Functions | |
| IDPerfMonZmumu (const std::string &name, ISvcLocator *pSvcLocator) | |
| needed for IP resolution studies | |
| ~IDPerfMonZmumu () | |
| virtual StatusCode | initialize () |
| virtual StatusCode | execute () |
| virtual StatusCode | finalize () |
| virtual StatusCode | sysInitialize () override |
| Override sysInitialize. | |
| virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. | |
| ServiceHandle< StoreGateSvc > & | evtStore () |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. | |
| const ServiceHandle< StoreGateSvc > & | detStore () const |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. | |
| virtual StatusCode | sysStart () override |
| Handle START transition. | |
| virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. | |
| virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. | |
| Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T, V, H > &t) |
| void | updateVHKA (Gaudi::Details::PropertyBase &) |
| MsgStream & | msg () const |
| bool | msgLvl (const MSG::Level lvl) const |
Protected Member Functions | |
| void | renounceArray (SG::VarHandleKeyArray &handlesArray) |
| remove all handles from I/O resolution | |
| std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > | renounce (T &h) |
| void | extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps) |
| Add StoreName to extra input/output deps as needed. | |
Private Types | |
| typedef ServiceHandle< StoreGateSvc > | StoreGateSvc_t |
Private Member Functions | |
| StatusCode | bookTrees () |
| StatusCode | CheckTriggerStatusAndPrescale () |
| void | Clear4MuNtupleVariables () |
| void | ExtractIDHitsInformation (const xAOD::Muon *muon_pos, const xAOD::Muon *muon_neg) |
| int | GetMuonQualityValue (std::string qualityname) |
| void | RegisterHistograms () |
| void | ResetCommonNtupleVectors () |
| const xAOD::Vertex * | GetDiMuonVertex (const xAOD::TrackParticle *, const xAOD::TrackParticle *) |
| StatusCode | FillRecParameters (const Trk::Track *track, const xAOD::TrackParticle *trackp_for_unbias, double charge, const xAOD::Vertex *vertex, const EventContext &ctx) |
| StatusCode | FillRecParametersSimple (const Trk::Track *track, float charge, const xAOD::Vertex *vertex) |
| StatusCode | FillRecParametersTP (const xAOD::TrackParticle *trackp, const xAOD::TrackParticle *trackp_for_unbias, double charge, const xAOD::Vertex *vertex=nullptr) |
| StatusCode | FillTruthParameters (const xAOD::TrackParticle *track) |
| const xAOD::TruthParticle * | getTruthParticle (const xAOD::IParticle &p) |
| StatusCode | RunFourLeptonAnalysis () |
| Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> | |
Definition at line 73 of file IDPerfMonZmumu.h.
|
privateinherited |
Definition at line 388 of file AthCommonDataStore.h.
| IDPerfMonZmumu::IDPerfMonZmumu | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
needed for IP resolution studies
missing ET
Definition at line 47 of file IDPerfMonZmumu.cxx.
| IDPerfMonZmumu::~IDPerfMonZmumu | ( | ) |
Definition at line 165 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 301 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 2290 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 2440 of file IDPerfMonZmumu.cxx.
|
inlineprivateinherited |
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
|
inlineinherited |
Definition at line 145 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 95 of file AthCommonDataStore.h.
|
inlineinherited |
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition at line 85 of file AthCommonDataStore.h.
|
virtual |
– START 4 lepton analysis
– END 4 lepton analysis
Definition at line 940 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 2772 of file IDPerfMonZmumu.cxx.
|
protectedinherited |
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 50 of file AthAlgorithm.cxx.
|
private |
Definition at line 1814 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 1984 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 1672 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 2078 of file IDPerfMonZmumu.cxx.
|
virtual |
Definition at line 2283 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 2351 of file IDPerfMonZmumu.cxx.
|
private |
|
private |
A convenience type declaration
A static accessor for the information
Definition at line 2263 of file IDPerfMonZmumu.cxx.
|
virtual |
Definition at line 170 of file IDPerfMonZmumu.cxx.
|
overridevirtualinherited |
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
inlineinherited |
Definition at line 24 of file AthCommonMsg.h.
|
inlineinherited |
Definition at line 30 of file AthCommonMsg.h.
|
overridevirtualinherited |
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
|
private |
Definition at line 933 of file IDPerfMonZmumu.cxx.
|
inlineprotectedinherited |
Definition at line 380 of file AthCommonDataStore.h.
|
inlineprotectedinherited |
remove all handles from I/O resolution
Definition at line 364 of file AthCommonDataStore.h.
|
private |
Definition at line 2371 of file IDPerfMonZmumu.cxx.
|
private |
Definition at line 2531 of file IDPerfMonZmumu.cxx.
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Algorithm > >.
Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, and PyAthena::Alg.
Definition at line 66 of file AthAlgorithm.cxx.
|
overridevirtualinherited |
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
|
inlineinherited |
Definition at line 308 of file AthCommonDataStore.h.
|
private |
Definition at line 108 of file IDPerfMonZmumu.h.
|
private |
Definition at line 358 of file IDPerfMonZmumu.h.
|
private |
used for truth parameters
Definition at line 155 of file IDPerfMonZmumu.h.
|
private |
Definition at line 388 of file IDPerfMonZmumu.h.
|
private |
Definition at line 376 of file IDPerfMonZmumu.h.
|
private |
Definition at line 382 of file IDPerfMonZmumu.h.
|
private |
Definition at line 370 of file IDPerfMonZmumu.h.
|
private |
Definition at line 400 of file IDPerfMonZmumu.h.
|
private |
Definition at line 413 of file IDPerfMonZmumu.h.
|
private |
Definition at line 408 of file IDPerfMonZmumu.h.
|
private |
Definition at line 423 of file IDPerfMonZmumu.h.
|
private |
Definition at line 418 of file IDPerfMonZmumu.h.
|
private |
Definition at line 394 of file IDPerfMonZmumu.h.
|
private |
Definition at line 199 of file IDPerfMonZmumu.h.
|
private |
Definition at line 188 of file IDPerfMonZmumu.h.
|
private |
Definition at line 172 of file IDPerfMonZmumu.h.
|
private |
Definition at line 193 of file IDPerfMonZmumu.h.
|
private |
Definition at line 182 of file IDPerfMonZmumu.h.
|
private |
Definition at line 166 of file IDPerfMonZmumu.h.
|
private |
Definition at line 194 of file IDPerfMonZmumu.h.
|
private |
Definition at line 183 of file IDPerfMonZmumu.h.
|
private |
Definition at line 167 of file IDPerfMonZmumu.h.
|
privateinherited |
Pointer to StoreGate (detector store by default)
Definition at line 393 of file AthCommonDataStore.h.
|
private |
Definition at line 207 of file IDPerfMonZmumu.h.
|
private |
Definition at line 123 of file IDPerfMonZmumu.h.
|
private |
Definition at line 122 of file IDPerfMonZmumu.h.
|
private |
Definition at line 111 of file IDPerfMonZmumu.h.
|
private |
Definition at line 110 of file IDPerfMonZmumu.h.
|
private |
Definition at line 112 of file IDPerfMonZmumu.h.
|
private |
Definition at line 120 of file IDPerfMonZmumu.h.
|
private |
Definition at line 206 of file IDPerfMonZmumu.h.
|
private |
Definition at line 309 of file IDPerfMonZmumu.h.
|
private |
Definition at line 311 of file IDPerfMonZmumu.h.
|
private |
Definition at line 313 of file IDPerfMonZmumu.h.
|
private |
Definition at line 315 of file IDPerfMonZmumu.h.
|
private |
Definition at line 305 of file IDPerfMonZmumu.h.
|
private |
Definition at line 306 of file IDPerfMonZmumu.h.
|
private |
Definition at line 307 of file IDPerfMonZmumu.h.
|
private |
Definition at line 316 of file IDPerfMonZmumu.h.
|
private |
Definition at line 308 of file IDPerfMonZmumu.h.
|
private |
Definition at line 310 of file IDPerfMonZmumu.h.
|
private |
Definition at line 312 of file IDPerfMonZmumu.h.
|
private |
Definition at line 314 of file IDPerfMonZmumu.h.
|
private |
Definition at line 322 of file IDPerfMonZmumu.h.
|
private |
Definition at line 324 of file IDPerfMonZmumu.h.
|
private |
Definition at line 326 of file IDPerfMonZmumu.h.
|
private |
Definition at line 328 of file IDPerfMonZmumu.h.
|
private |
Definition at line 318 of file IDPerfMonZmumu.h.
|
private |
Definition at line 319 of file IDPerfMonZmumu.h.
|
private |
Definition at line 320 of file IDPerfMonZmumu.h.
|
private |
Definition at line 329 of file IDPerfMonZmumu.h.
|
private |
Definition at line 321 of file IDPerfMonZmumu.h.
|
private |
Definition at line 323 of file IDPerfMonZmumu.h.
|
private |
Definition at line 325 of file IDPerfMonZmumu.h.
|
private |
Definition at line 327 of file IDPerfMonZmumu.h.
|
private |
Definition at line 335 of file IDPerfMonZmumu.h.
|
private |
Definition at line 337 of file IDPerfMonZmumu.h.
|
private |
Definition at line 339 of file IDPerfMonZmumu.h.
|
private |
Definition at line 331 of file IDPerfMonZmumu.h.
|
private |
Definition at line 332 of file IDPerfMonZmumu.h.
|
private |
Definition at line 333 of file IDPerfMonZmumu.h.
|
private |
Definition at line 342 of file IDPerfMonZmumu.h.
|
private |
Definition at line 334 of file IDPerfMonZmumu.h.
|
private |
Definition at line 336 of file IDPerfMonZmumu.h.
|
private |
Definition at line 338 of file IDPerfMonZmumu.h.
|
private |
Definition at line 340 of file IDPerfMonZmumu.h.
|
private |
Definition at line 348 of file IDPerfMonZmumu.h.
|
private |
Definition at line 350 of file IDPerfMonZmumu.h.
|
private |
Definition at line 352 of file IDPerfMonZmumu.h.
|
private |
Definition at line 344 of file IDPerfMonZmumu.h.
|
private |
Definition at line 345 of file IDPerfMonZmumu.h.
|
private |
Definition at line 346 of file IDPerfMonZmumu.h.
|
private |
Definition at line 355 of file IDPerfMonZmumu.h.
|
private |
Definition at line 347 of file IDPerfMonZmumu.h.
|
private |
Definition at line 349 of file IDPerfMonZmumu.h.
|
private |
Definition at line 351 of file IDPerfMonZmumu.h.
|
private |
Definition at line 353 of file IDPerfMonZmumu.h.
|
private |
Definition at line 341 of file IDPerfMonZmumu.h.
|
private |
Definition at line 354 of file IDPerfMonZmumu.h.
|
private |
Definition at line 228 of file IDPerfMonZmumu.h.
|
private |
Definition at line 229 of file IDPerfMonZmumu.h.
|
private |
Definition at line 438 of file IDPerfMonZmumu.h.
|
private |
Definition at line 226 of file IDPerfMonZmumu.h.
|
privateinherited |
Pointer to StoreGate (event store by default)
Definition at line 390 of file AthCommonDataStore.h.
|
privateinherited |
Definition at line 79 of file AthAlgorithm.h.
|
private |
Definition at line 156 of file IDPerfMonZmumu.h.
|
private |
Definition at line 201 of file IDPerfMonZmumu.h.
|
private |
Definition at line 190 of file IDPerfMonZmumu.h.
|
private |
Definition at line 174 of file IDPerfMonZmumu.h.
|
private |
|
private |
Definition at line 387 of file IDPerfMonZmumu.h.
|
private |
Definition at line 375 of file IDPerfMonZmumu.h.
|
private |
Definition at line 381 of file IDPerfMonZmumu.h.
|
private |
Definition at line 369 of file IDPerfMonZmumu.h.
|
private |
Definition at line 399 of file IDPerfMonZmumu.h.
|
private |
Definition at line 412 of file IDPerfMonZmumu.h.
|
private |
Definition at line 407 of file IDPerfMonZmumu.h.
|
private |
Definition at line 422 of file IDPerfMonZmumu.h.
|
private |
Definition at line 417 of file IDPerfMonZmumu.h.
|
private |
Definition at line 393 of file IDPerfMonZmumu.h.
|
private |
Definition at line 195 of file IDPerfMonZmumu.h.
|
private |
Definition at line 184 of file IDPerfMonZmumu.h.
|
private |
Definition at line 168 of file IDPerfMonZmumu.h.
|
private |
Definition at line 119 of file IDPerfMonZmumu.h.
|
private |
Definition at line 115 of file IDPerfMonZmumu.h.
|
private |
Definition at line 227 of file IDPerfMonZmumu.h.
|
private |
Definition at line 114 of file IDPerfMonZmumu.h.
|
private |
Definition at line 113 of file IDPerfMonZmumu.h.
|
private |
Definition at line 128 of file IDPerfMonZmumu.h.
|
private |
Definition at line 365 of file IDPerfMonZmumu.h.
|
private |
Definition at line 366 of file IDPerfMonZmumu.h.
|
private |
Definition at line 127 of file IDPerfMonZmumu.h.
|
private |
Definition at line 200 of file IDPerfMonZmumu.h.
|
private |
Definition at line 189 of file IDPerfMonZmumu.h.
|
private |
Definition at line 173 of file IDPerfMonZmumu.h.
|
private |
Definition at line 435 of file IDPerfMonZmumu.h.
|
private |
used to pass a custom muon selector
Definition at line 159 of file IDPerfMonZmumu.h.
|
private |
Definition at line 427 of file IDPerfMonZmumu.h.
|
private |
Definition at line 288 of file IDPerfMonZmumu.h.
|
private |
Definition at line 295 of file IDPerfMonZmumu.h.
|
private |
Definition at line 297 of file IDPerfMonZmumu.h.
|
private |
Definition at line 299 of file IDPerfMonZmumu.h.
|
private |
Definition at line 301 of file IDPerfMonZmumu.h.
|
private |
Definition at line 291 of file IDPerfMonZmumu.h.
|
private |
Definition at line 292 of file IDPerfMonZmumu.h.
|
private |
Definition at line 293 of file IDPerfMonZmumu.h.
|
private |
Definition at line 302 of file IDPerfMonZmumu.h.
|
private |
Definition at line 294 of file IDPerfMonZmumu.h.
|
private |
Definition at line 296 of file IDPerfMonZmumu.h.
|
private |
Definition at line 298 of file IDPerfMonZmumu.h.
|
private |
Definition at line 300 of file IDPerfMonZmumu.h.
|
private |
Definition at line 276 of file IDPerfMonZmumu.h.
|
private |
Definition at line 280 of file IDPerfMonZmumu.h.
|
private |
Definition at line 278 of file IDPerfMonZmumu.h.
|
private |
Definition at line 283 of file IDPerfMonZmumu.h.
|
private |
Definition at line 285 of file IDPerfMonZmumu.h.
|
private |
Definition at line 274 of file IDPerfMonZmumu.h.
|
private |
Definition at line 289 of file IDPerfMonZmumu.h.
|
private |
Definition at line 273 of file IDPerfMonZmumu.h.
|
private |
Definition at line 271 of file IDPerfMonZmumu.h.
|
private |
Definition at line 269 of file IDPerfMonZmumu.h.
|
private |
Definition at line 270 of file IDPerfMonZmumu.h.
|
private |
Definition at line 272 of file IDPerfMonZmumu.h.
|
private |
Definition at line 286 of file IDPerfMonZmumu.h.
|
private |
Definition at line 281 of file IDPerfMonZmumu.h.
|
private |
Definition at line 287 of file IDPerfMonZmumu.h.
|
private |
Definition at line 275 of file IDPerfMonZmumu.h.
|
private |
Definition at line 279 of file IDPerfMonZmumu.h.
|
private |
Definition at line 277 of file IDPerfMonZmumu.h.
|
private |
Definition at line 282 of file IDPerfMonZmumu.h.
|
private |
Definition at line 284 of file IDPerfMonZmumu.h.
|
private |
Definition at line 428 of file IDPerfMonZmumu.h.
|
private |
Definition at line 429 of file IDPerfMonZmumu.h.
|
private |
Definition at line 363 of file IDPerfMonZmumu.h.
|
private |
Definition at line 430 of file IDPerfMonZmumu.h.
|
private |
Definition at line 232 of file IDPerfMonZmumu.h.
|
private |
Definition at line 117 of file IDPerfMonZmumu.h.
|
private |
Definition at line 434 of file IDPerfMonZmumu.h.
|
private |
Definition at line 253 of file IDPerfMonZmumu.h.
|
private |
Definition at line 260 of file IDPerfMonZmumu.h.
|
private |
Definition at line 262 of file IDPerfMonZmumu.h.
|
private |
Definition at line 264 of file IDPerfMonZmumu.h.
|
private |
Definition at line 266 of file IDPerfMonZmumu.h.
|
private |
Definition at line 256 of file IDPerfMonZmumu.h.
|
private |
Definition at line 257 of file IDPerfMonZmumu.h.
|
private |
Definition at line 258 of file IDPerfMonZmumu.h.
|
private |
Definition at line 267 of file IDPerfMonZmumu.h.
|
private |
Definition at line 259 of file IDPerfMonZmumu.h.
|
private |
Definition at line 261 of file IDPerfMonZmumu.h.
|
private |
Definition at line 263 of file IDPerfMonZmumu.h.
|
private |
Definition at line 265 of file IDPerfMonZmumu.h.
|
private |
Definition at line 241 of file IDPerfMonZmumu.h.
|
private |
Definition at line 245 of file IDPerfMonZmumu.h.
|
private |
Definition at line 243 of file IDPerfMonZmumu.h.
|
private |
Definition at line 248 of file IDPerfMonZmumu.h.
|
private |
Definition at line 250 of file IDPerfMonZmumu.h.
|
private |
Definition at line 239 of file IDPerfMonZmumu.h.
|
private |
Definition at line 254 of file IDPerfMonZmumu.h.
|
private |
Definition at line 238 of file IDPerfMonZmumu.h.
|
private |
Definition at line 236 of file IDPerfMonZmumu.h.
|
private |
Definition at line 234 of file IDPerfMonZmumu.h.
|
private |
Definition at line 235 of file IDPerfMonZmumu.h.
|
private |
Definition at line 237 of file IDPerfMonZmumu.h.
|
private |
Definition at line 251 of file IDPerfMonZmumu.h.
|
private |
Definition at line 246 of file IDPerfMonZmumu.h.
|
private |
Definition at line 252 of file IDPerfMonZmumu.h.
|
private |
Definition at line 240 of file IDPerfMonZmumu.h.
|
private |
Definition at line 244 of file IDPerfMonZmumu.h.
|
private |
Definition at line 242 of file IDPerfMonZmumu.h.
|
private |
Definition at line 247 of file IDPerfMonZmumu.h.
|
private |
Definition at line 249 of file IDPerfMonZmumu.h.
|
private |
Definition at line 360 of file IDPerfMonZmumu.h.
|
private |
Definition at line 361 of file IDPerfMonZmumu.h.
|
private |
Definition at line 362 of file IDPerfMonZmumu.h.
|
private |
Definition at line 389 of file IDPerfMonZmumu.h.
|
private |
Definition at line 377 of file IDPerfMonZmumu.h.
|
private |
Definition at line 383 of file IDPerfMonZmumu.h.
|
private |
Definition at line 371 of file IDPerfMonZmumu.h.
|
private |
Definition at line 401 of file IDPerfMonZmumu.h.
|
private |
Definition at line 414 of file IDPerfMonZmumu.h.
|
private |
Definition at line 409 of file IDPerfMonZmumu.h.
|
private |
Definition at line 424 of file IDPerfMonZmumu.h.
|
private |
Definition at line 419 of file IDPerfMonZmumu.h.
|
private |
Definition at line 395 of file IDPerfMonZmumu.h.
|
private |
Definition at line 196 of file IDPerfMonZmumu.h.
|
private |
Definition at line 185 of file IDPerfMonZmumu.h.
|
private |
Definition at line 169 of file IDPerfMonZmumu.h.
|
private |
Definition at line 390 of file IDPerfMonZmumu.h.
|
private |
Definition at line 378 of file IDPerfMonZmumu.h.
|
private |
Definition at line 384 of file IDPerfMonZmumu.h.
|
private |
Definition at line 372 of file IDPerfMonZmumu.h.
|
private |
Definition at line 402 of file IDPerfMonZmumu.h.
|
private |
Definition at line 415 of file IDPerfMonZmumu.h.
|
private |
Definition at line 410 of file IDPerfMonZmumu.h.
|
private |
Definition at line 425 of file IDPerfMonZmumu.h.
|
private |
Definition at line 420 of file IDPerfMonZmumu.h.
|
private |
Definition at line 396 of file IDPerfMonZmumu.h.
|
private |
Definition at line 197 of file IDPerfMonZmumu.h.
|
private |
Definition at line 186 of file IDPerfMonZmumu.h.
|
private |
Definition at line 170 of file IDPerfMonZmumu.h.
|
private |
Definition at line 225 of file IDPerfMonZmumu.h.
|
private |
Definition at line 116 of file IDPerfMonZmumu.h.
|
private |
The track selection Tool.
Definition at line 148 of file IDPerfMonZmumu.h.
|
private |
Definition at line 125 of file IDPerfMonZmumu.h.
|
private |
Definition at line 124 of file IDPerfMonZmumu.h.
|
private |
Definition at line 433 of file IDPerfMonZmumu.h.
|
private |
IDTtacks.
Definition at line 215 of file IDPerfMonZmumu.h.
|
private |
Track(Particle)TruthCollection input name.
Definition at line 219 of file IDPerfMonZmumu.h.
|
private |
The track refitter.
Definition at line 132 of file IDPerfMonZmumu.h.
|
private |
The track refitter.
Definition at line 135 of file IDPerfMonZmumu.h.
|
private |
Needed for IP resolution studies.
Definition at line 152 of file IDPerfMonZmumu.h.
|
private |
tool to extrapolate tracks to BL
Definition at line 138 of file IDPerfMonZmumu.h.
|
private |
Definition at line 141 of file IDPerfMonZmumu.h.
|
private |
Definition at line 145 of file IDPerfMonZmumu.h.
|
private |
Definition at line 231 of file IDPerfMonZmumu.h.
|
private |
Definition at line 230 of file IDPerfMonZmumu.h.
|
private |
Definition at line 209 of file IDPerfMonZmumu.h.
|
private |
Definition at line 391 of file IDPerfMonZmumu.h.
|
private |
Definition at line 379 of file IDPerfMonZmumu.h.
|
private |
Definition at line 405 of file IDPerfMonZmumu.h.
|
private |
Definition at line 385 of file IDPerfMonZmumu.h.
|
private |
Definition at line 373 of file IDPerfMonZmumu.h.
|
private |
Definition at line 403 of file IDPerfMonZmumu.h.
|
private |
Definition at line 397 of file IDPerfMonZmumu.h.
|
private |
TrackParticle input name.
Definition at line 220 of file IDPerfMonZmumu.h.
|
private |
Definition at line 218 of file IDPerfMonZmumu.h.
|
private |
Definition at line 198 of file IDPerfMonZmumu.h.
|
private |
Definition at line 187 of file IDPerfMonZmumu.h.
|
private |
Definition at line 171 of file IDPerfMonZmumu.h.
|
private |
Definition at line 126 of file IDPerfMonZmumu.h.
|
private |
Definition at line 121 of file IDPerfMonZmumu.h.
|
private |
Definition at line 109 of file IDPerfMonZmumu.h.
|
private |
< boolean to switch to validation mode
validation tree name - to be acessed by this from root
Definition at line 163 of file IDPerfMonZmumu.h.
|
private |
< validation tree description - second argument in TTree
stream/folder to for the TTree to be written out
Definition at line 179 of file IDPerfMonZmumu.h.
|
privateinherited |
Definition at line 399 of file AthCommonDataStore.h.
|
private |
Definition at line 212 of file IDPerfMonZmumu.h.
|
privateinherited |
Definition at line 398 of file AthCommonDataStore.h.
|
private |
Definition at line 107 of file IDPerfMonZmumu.h.
|
private |
Definition at line 118 of file IDPerfMonZmumu.h.