ATLAS Offline Software
SysListType.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 
8 #ifndef SYSTEMATICS_HANDLES__SYS_LIST_TYPE_H
9 #define SYSTEMATICS_HANDLES__SYS_LIST_TYPE_H
10 
11 #include <string>
12 #include <vector>
13 #include <xAODCore/CLASS_DEF.h>
14 
15 namespace CP
16 {
17  class SystematicSet;
18 }
19 
20 CLASS_DEF( std::vector<CP::SystematicSet> , 79952367 , 1 )
21 
22 namespace CP
23 {
30  typedef std::vector<CP::SystematicSet> SysListType;
31 }
32 
33 #endif
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:48
CLASS_DEF.h
File providing the different SG_BASE macros.
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CP::SysListType
std::vector< CP::SystematicSet > SysListType
the type for the systematics list in the event store
Definition: SysListType.h:30