ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
void unused(Args &&...)
static const std::string c_streamName
static const std::string c_treeName
static const char *const c_tokenBranchName __attribute__((unused))
constants for AANTupleStream
static const std::string c_TreeID
ID of TTree.