ATLAS Offline Software
Loading...
Searching...
No Matches
PhysicsAnalysis
AnalysisCommon
AnalysisTools
AnalysisTools
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
unused
void unused(Args &&...)
Definition
VP1ExpertSettings.cxx:39
AANTupleParams
Definition
AANTupleParams.h:9
AANTupleParams::c_streamName
static const std::string c_streamName
Definition
AANTupleParams.h:14
AANTupleParams::c_treeName
static const std::string c_treeName
Definition
AANTupleParams.h:13
AANTupleParams::__attribute__
static const char *const c_tokenBranchName __attribute__((unused))
constants for AANTupleStream
AANTupleParams::c_TreeID
static const std::string c_TreeID
ID of TTree.
Definition
AANTupleParams.h:17
Generated on
for ATLAS Offline Software by
1.14.0