#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 "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/IKinematic.h"
#include "AtlfastCode/KinematicHelper.h"
#include "AtlfastCode/TesIO.h"
Include dependency graph for Isolator.h:
Go to the source code of this file.
Namespaces | |
namespace | Atlfast |
Defines | |
#define | DEFAULT_rClusterMatch 0.150 |
#define | DEFAULT_rClusterIsolation 0.400 |
#define | DEFAULT_eClusterIsolation 0.0 |
#define | DEFAULT_rCellIsolation 0.200 |
#define | DEFAULT_eCellIsolation 10.0 |
#define | DEFAULT_inputLocation "Unknown" |
#define | DEFAULT_isolatedOutputLocation "Unknown" |
#define | DEFAULT_nonIsolatedOutputLocation "Unknown" |
#define | DEFAULT_cellLocation "/Event/AtlfastCell" |
#define | DEFAULT_clusterLocation "/Event/AtlfastCluster" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|