ATLAS Offline Software
Loading...
Searching...
No Matches
CscData.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGL2MUONSA_CSCDATA_H
6#define TRIGL2MUONSA_CSCDATA_H
7
8namespace TrigL2MuonSA {
9
10// --------------------------------------------------------------------------------
11// --------------------------------------------------------------------------------
12
14 {
15 unsigned int StationName;
21 int Strip;
23 uint32_t StripId;
24 //
25 double eta;
26 double phi;
27 double r;
28 double z;
29 int charge;
30 double time;
32 //
33 double Residual;
35};
36
37// --------------------------------------------------------------------------------
38// --------------------------------------------------------------------------------
39
40typedef std::vector<CscHitData> CscHits;
41
42// --------------------------------------------------------------------------------
43// --------------------------------------------------------------------------------
44
45}
46
47#endif // TRIGL2MUONSA_CSCDATA_H
std::vector< CscHitData > CscHits
Definition CscData.h:40
unsigned int StationName
Definition CscData.h:15