ATLAS Offline Software
Loading...
Searching...
No Matches
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
17class 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_ */
static const std::string ZdcDigitsLocation
Definition ZdcDefs.h:19
static const std::string ZdcLucrodDataContainerLocation
Definition ZdcDefs.h:22
static const std::string ZdcDigitsCollectionLocation
Definition ZdcDefs.h:20
static const std::string ZdcTriggerTowerContainerLocation
Definition ZdcDefs.h:21