ATLAS Offline Software
TrigDiMuon.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /********************************************************************
6 
7  NAME: TrigDiMuon.cxx
8  PACKAGE: TrigMuonEvent
9 
10 ********************************************************************/
11 
13 //#include <math.h>
14 
16 :
17 m_mdt_coll_size(0),
18 m_rpc_wcoll_size(0),
19 m_rpc_scoll_size(0),
20 m_tgc_wcoll_size(0),
21 m_tgc_scoll_size(0)
22 {}
23 
24 
25 
27  int mdt_coll_size,
28  int rpc_wcoll_size,
29  int rpc_scoll_size,
30  int tgc_wcoll_size,
31  int tgc_scoll_size
32  )
33 :
34 m_track (track),
35 m_mdt_coll_size(mdt_coll_size),
36 m_rpc_wcoll_size(rpc_wcoll_size),
37 m_rpc_scoll_size(rpc_scoll_size),
38 m_tgc_wcoll_size(tgc_wcoll_size),
39 m_tgc_scoll_size(tgc_scoll_size)
40 {}
TrigInDetTrack
Definition: TrigInDetTrack.h:34
TrigDiMuon::TrigDiMuon
TrigDiMuon()
Definition: TrigDiMuon.cxx:15
TrigDiMuon.h
xAOD::track
@ track
Definition: TrackingPrimitives.h:512