ATLAS Offline Software
RpcComponent.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef RpcComponent_H
6 #define RpcComponent_H
7 
9 
10 namespace MuonGM {
11 
13  public:
14  int ndivy{0};
15  int ndivz{0};
16  };
17 } // namespace MuonGM
18 
19 #endif
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition: GeoMuonHits.h:27
MuonGM::RpcComponent::ndivz
int ndivz
Definition: RpcComponent.h:15
MuonGM::StandardComponent
Definition: StandardComponent.h:15
StandardComponent.h
MuonGM::RpcComponent::ndivy
int ndivy
Definition: RpcComponent.h:14
MuonGM::RpcComponent
Definition: RpcComponent.h:12