Definition at line 79 of file VP1AODSystem.cxx.
◆ calcTotalMomentumOfSelectedHandles()
Definition at line 561 of file VP1AODSystem.cxx.
562{
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599 return 0;
600}
◆ createCollections()
Definition at line 125 of file VP1AODSystem.cxx.
125 {
126 QList<AODCollHandleBase*>
l;
128 l << createSpecificCollections<IParticleCollHandle_Jet>(
xAOD::Type::Jet);
135 }
l
Printing final latex table to .tex output file.
@ TrackParticle
The object is a charged track particle.
@ Jet
The object is a jet.
@ Other
An object not falling into any of the other categories.
@ CaloCluster
The object is a calorimeter cluster.
@ Muon
The object is a muon.
@ Electron
The object is an electron.
@ Vertex
The object is a vertex.
◆ createSpecificCollections()
Definition at line 108 of file VP1AODSystem.cxx.
108 {
109 QList<AODCollHandleBase*>
l;
110 for (
const QString&
name : T::availableCollections(
theclass)) {
112 col->init();
114 }
116 }
const QString & name() const
AODSysCommonData * common
◆ common
◆ selObjects
◆ theclass
◆ totmass
| double VP1AODSystem::Imp::totmass = 0.0 |
◆ totmomgev
◆ totmomline
| SoLineSet* VP1AODSystem::Imp::totmomline = nullptr |
◆ totmomsep
| SoSeparator* VP1AODSystem::Imp::totmomsep = nullptr |
The documentation for this class was generated from the following file: