ATLAS Offline Software
Loading...
Searching...
No Matches
runTestFCalIdentifiers.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5{
6 gStyle->SetOptStat(0);
7
8 gSystem->AddIncludePath(" -I.. ");
9
10 gROOT->LoadMacro("../ISF_FastCaloSimParametrization/MeanAndRMS.h+");
11 gROOT->LoadMacro("Identifier/Identifier.h+");
12 gROOT->LoadMacro("CaloDetDescr/CaloDetDescrElement.h+");
13 gROOT->LoadMacro("CaloSampling.cxx+");
14 gROOT->LoadMacro("../src/CaloGeometry.cxx+");
15 gROOT->LoadMacro("../src/FCAL_ChannelMap.cxx+");
16 gROOT->LoadMacro("CaloGeometryFromFile.cxx+");
17
18 gROOT->LoadMacro("TestFCalIdentifiers.cxx+");
19 TestFCalIdentifiers("Sampling_21");
20
21
22}
TestFCalIdentifiers("Sampling_21")