ATLAS Offline Software
AANTupleParams.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 #ifndef ANALYSISTOOLS_AANTUPLEPARAMS_H
6 #define ANALYSISTOOLS_AANTUPLEPARAMS_H
7 
8 namespace AANTupleParams
9 {
11  static const char* const c_tokenBranchName __attribute__((unused)) = "Token";
12  static const char* const c_attributeListLayoutName __attribute__((unused)) = "Schema";
13  static const std::string c_treeName = "CollectionTree";
14  static const std::string c_streamName = "AANT";
15 
17  static const std::string c_TreeID = "/"+c_streamName+"/"+c_treeName;
18 
19  // attributes
20  static const char* const name_RunNumber __attribute__((unused)) = "RunNumber";
21  static const char* const name_EventNumber __attribute__((unused)) = "EventNumber";
22 }
23 
24 #endif
25 
AANTupleParams
Definition: AANTupleParams.h:9
unused
void unused(Args &&...)
Definition: VP1ExpertSettings.cxx:39