ATLAS Offline Software
|
#include <L1TopoDataMaker.h>
This is a tool to reconstruct the CMX -> Topo simulation objects from the RoIBResult.
Definition at line 34 of file L1TopoDataMaker.h.
LVL1::L1TopoDataMaker::L1TopoDataMaker | ( | ) |
|
virtual |
|
virtual |
Fill DataVector of CPCMXTopoData from RoIBResult.
retrieve EMTauResult from RoIBResult.
Use other tool to fill CPCMXTopoData from it.
Definition at line 35 of file L1TopoDataMaker.cxx.
|
virtual |
Fill DataVector of CPCMXTopoData from RoIBResult.
Fill DataVector of CPCMXTopoData from vector of EMTauResult.
retrieve EM/Tau RoIs from EMTauResult.
extract RoI words from them
use vector of RoI words to populate output objects
Create CPCMXTopoData objects from RoI vector. This constructor will check each RoI word corresponds to the specified crate/cmx before filling it, so don't need to sort RoI words into separate vectors
Definition at line 48 of file L1TopoDataMaker.cxx.
|
virtual |
Fill EnergyTopoData from RoIBResult.
retrieve JetEnergyResult from RoIBResult.
Use other tool to fill EnergyTopoData from it.
Definition at line 128 of file L1TopoDataMaker.cxx.
|
virtual |
Fill EnergyTopoData from RoIBResult.
Fill EnergyTopoData from vector of JetEnergyResult.
retrieve Jet RoIs from JetEnergyResult.
extract RoI words from them
use vector of RoI words to populate output object
Initialise EnergyTopoData object from RoI vector.
Definition at line 141 of file L1TopoDataMaker.cxx.
|
virtual |
Fill DataVector of JetCMXTopoData from RoIBResult.
retrieve JetEnergyResult from RoIBResult.
Use other tool to fill JetMXTopoData from it.
Definition at line 82 of file L1TopoDataMaker.cxx.
|
virtual |
Fill DataVector of JetCMXTopoData from RoIBResult.
Fill DataVector of JetCMXTopoData from vector of JetEnergyResult.
retrieve Jet RoIs from JetEnergyResult.
extract RoI words from them
use vector of RoI words to populate output objects
Create JetCMXTopoData objects from RoI vector. This constructor will check each RoI word corresponds to the specified crate before filling it, so don't need to sort RoI words into separate vectors
Definition at line 95 of file L1TopoDataMaker.cxx.