ATLAS Offline Software
TriggerTypes.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef NSWL1_TRIGGERTYPES_H
8 #define NSWL1_TRIGGERTYPES_H
9 #include <memory>
10 #include <stdint.h>
11 #include<vector>
12 //S.I 20.08.18
13 //Merged tdr_typedefs.h and This file(TriggerTypes.h) inside the common namespace NSWL1
14 //to avoid namespace inflation.
15 
16 namespace NSWL1 {
21  class PadData;
22  class PadOfflineData;
23  class PadTrigger;
24  class SingleWedgePadTrigger;
25  class SectorTriggerCandidate;
26 
27  class StripData;
28  class StripClusterData;
29  class StripOfflineData;
30 }
31 #endif
NSWL1
A trigger trigger candidate for a stgc sector.
Definition: NSWL1Simulation.cxx:9