ATLAS Offline Software
ZdcDefs.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /*
6  * ZdcDefs.h
7  *
8  * Created on: Jun 29, 2009
9  * Author: leite
10  */
11 
12 #ifndef ZDCDEFS_H_
13 #define ZDCDEFS_H_
14 
15 #include<string>
16 
17 class ZdcDefs {
18  public:
19  static const std::string ZdcDigitsLocation;
20  static const std::string ZdcDigitsCollectionLocation;
21  static const std::string ZdcTriggerTowerContainerLocation;
22  static const std::string ZdcLucrodDataContainerLocation;
23 };
24 
25 #endif /* ZDCDEFS_H_ */
ZdcDefs::ZdcLucrodDataContainerLocation
static const std::string ZdcLucrodDataContainerLocation
Definition: ZdcDefs.h:22
ZdcDefs::ZdcDigitsLocation
static const std::string ZdcDigitsLocation
Definition: ZdcDefs.h:19
ZdcDefs::ZdcTriggerTowerContainerLocation
static const std::string ZdcTriggerTowerContainerLocation
Definition: ZdcDefs.h:21
ZdcDefs
Definition: ZdcDefs.h:17
ZdcDefs::ZdcDigitsCollectionLocation
static const std::string ZdcDigitsCollectionLocation
Definition: ZdcDefs.h:20