![]() |
ATLAS Offline Software
|
#include "LArFCalSamplingFraction.h"#include <algorithm>#include <functional>#include <iostream>#include <cmath>#include "TTree.h"#include "GaudiKernel/IToolSvc.h"#include "GaudiKernel/ITHistSvc.h"#include "CaloDetDescr/CaloDetDescrElement.h"#include "CaloIdentifier/CaloCell_ID.h"#include "CaloIdentifier/CaloDM_ID.h"#include "CaloIdentifier/CaloIdManager.h"#include "Identifier/Identifier.h"#include "LArSimEvent/LArHit.h"#include "LArSimEvent/LArHitContainer.h"#include "LArReadoutGeometry/FCALModule.h"#include "LArReadoutGeometry/FCALTile.h"#include "CaloSimEvent/CaloCalibrationHit.h"#include "CaloSimEvent/CaloCalibrationHitContainer.h"#include "LArG4RunControl/LArG4TBPosOptions.h"#include "GeneratorObjects/McEventCollection.h"#include "AtlasHepMC/GenEvent.h"#include "AtlasHepMC/GenVertex.h"#include "AtlasHepMC/GenParticle.h"#include "AtlasHepMC/SimpleVector.h"#include "CLHEP/Vector/LorentzVector.h"#include "CLHEP/Vector/ThreeVector.h"#include "CLHEP/Geometry/Point3D.h"
1.8.18