ATLAS Offline Software
Loading...
Searching...
No Matches
CaloGeometryFromFile.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CaloGeometryFromFile_h
6#define CaloGeometryFromFile_h
7
9
11{
12public:
14
15 bool LoadGeometryFromFile(const std::string& fileName,
16 const std::string& treeName,
17 const std::string& hashFileName
18 = "/eos/atlas/atlascerngroupdisk/proj-simul/"
19 "CaloGeometry/cellId_vs_cellHashId_map.txt");
20 bool LoadFCalGeometryFromFiles(const std::array<std::string, 3> &fileNames);
21 void DrawFCalGraph(int isam, int color);
22
23private:
26};
27
28#endif // CaloGeometryFromFile_h
bool LoadFCalGeometryFromFiles(const std::array< std::string, 3 > &fileNames)
void DrawFCalGraph(int isam, int color)
bool LoadGeometryFromFile(const std::string &fileName, const std::string &treeName, const std::string &hashFileName="/eos/atlas/atlascerngroupdisk/proj-simul/" "CaloGeometry/cellId_vs_cellHashId_map.txt")