ATLAS Offline Software
|
#include <iostream>
#include <string>
#include <list>
#include <map>
#include <vector>
#include <fstream>
#include "AthenaBaseComps/AthAlgorithm.h"
#include "GaudiKernel/ObjectVector.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/IToolSvc.h"
#include "AthenaKernel/getMessageSvc.h"
#include "AthenaKernel/IAtRndmGenSvc.h"
#include "StoreGate/StoreGateSvc.h"
#include "StoreGate/DataHandle.h"
#include "xAODEventInfo/EventInfo.h"
#include "StoreGate/ReadHandleKey.h"
#include "AthenaPoolUtilities/AthenaAttributeList.h"
#include "AthenaPoolUtilities/CondAttrListCollection.h"
#include "ALFA_RawEv/ALFA_RawData.h"
#include "ALFA_RawEv/ALFA_RawDataContainer.h"
#include "ALFA_RawEv/ALFA_RawDataCollection.h"
#include "ALFA_RawEv/ALFA_DigitCollection.h"
#include "ALFA_RawEv/ALFA_ODDigitCollection.h"
#include "ALFA_Geometry/ALFA_GeometryReader.h"
#include "ALFA_Geometry/ALFA_constants.h"
#include "ALFA_LocRecEv/ALFA_LocRecEvCollection.h"
#include "ALFA_LocRecEv/ALFA_LocRecODEvCollection.h"
#include "ALFA_LocRec/ALFA_UserObjects.h"
#include "ALFA_LocRec/ALFA_CenterGravity.h"
#include "ALFA_LocRec/ALFA_MDOverlap.h"
#include "ALFA_LocRec/ALFA_MDTracking.h"
#include "ALFA_LocRec/ALFA_MDMultiple.h"
#include "ALFA_LocRec/ALFA_MDGap.h"
#include "ALFA_LocRec/ALFA_HalfReco.h"
#include "ALFA_LocRec/ALFA_ODTracking.h"
#include "ALFA_LocRec/ALFA_EdgeMethod.h"
#include "TROOT.h"
#include "GeneratorObjects/McEventCollection.h"
#include "AtlasHepMC/GenEvent.h"
#include "AtlasHepMC/GenVertex.h"
#include "AtlasHepMC/GenParticle.h"
Go to the source code of this file.
Classes | |
struct | _USERTRANSFORM |
class | ALFA_LocRec |
Macros | |
#define | NSIDE 3 |
#define | NTRACK 10 |
#define | NTRIG 4 |
#define | NBPM 4 |
Typedefs | |
typedef struct _USERTRANSFORM | USERTRANSFORM |
typedef struct _USERTRANSFORM * | PUSERTRANSFORM |
#define NBPM 4 |
Definition at line 75 of file ALFA_LocRec.h.
#define NSIDE 3 |
Definition at line 72 of file ALFA_LocRec.h.
#define NTRACK 10 |
Definition at line 73 of file ALFA_LocRec.h.
#define NTRIG 4 |
Definition at line 74 of file ALFA_LocRec.h.
typedef struct _USERTRANSFORM * PUSERTRANSFORM |
typedef struct _USERTRANSFORM USERTRANSFORM |