#include <string>
#include <vector>
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/IAlgorithm.h"
#include "GaudiKernel/Algorithm.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/ObjectVector.h"
#include "CLHEP/Vector/LorentzVector.h"
#include "HepMC/GenParticle.h"
#include "AtlfastCode/ReconstructedParticle.h"
#include "AtlfastCode/ReconstructedParticleCollection.h"
#include "AtlfastCode/Cell.h"
#include "AtlfastCode/CellCollection.h"
#include "AtlfastCode/Cluster.h"
#include "AtlfastCode/ClusterCollection.h"
#include "AtlfastCode/IClusterStrategy.h"
#include "AtlfastCode/IKinematic.h"
#include "AtlfastCode/KinematicHelper.h"
#include "AtlfastCode/TesIO.h"
Include dependency graph for ClusterMaker.h:
Go to the source code of this file.
Namespaces | |
namespace | Atlfast |
Defines | |
#define | DEFAULT_minInitiatorET 1.5 |
#define | DEFAULT_rConeBarrel 0.401 |
#define | DEFAULT_rConeForward 0.401 |
#define | DEFAULT_minClusterET 5. |
#define | DEFAULT_inputLocation "/Event/AtlfastCells" |
#define | DEFAULT_outputLocation "/Event/AtlfastClusters" |
#define | DEFAULT_unusedCellLocation "/Event/AtlfastUnusedCells" |
#define | DEFAULT_Strategy "Cone" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|