ATLAS Offline Software
Loading...
Searching...
No Matches
TrigDiMuon.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5//
6#ifndef TRIGMUON_TRIGDIMUON_H
7#define TRIGMUON_TRIGDIMUON_H
8
9/********************************************************************
10
11NAME: TrigDiMuon.h
12
13PURPOSE: tracks passed MS identification
14
15********************************************************************/
18#include <vector>
19
21{
22
23 public:
24
25 TrigDiMuon() = default;
26
28 int mdt_coll_size,
29 int rpc_wcoll_size,
30 int rpc_scoll_size,
31 int tgc_wcoll_size,
32 int tgc_scoll_size);
33
34 int Mdtsize() const { return m_mdt_coll_size; }
35 int Rpcwire_size() const { return m_rpc_wcoll_size; }
36 int Rpcstrip_size() const { return m_rpc_scoll_size; }
37 int Tgcwire_size() const { return m_tgc_wcoll_size; }
38 int Tgcstrip_size() const { return m_tgc_scoll_size; }
39
40 TrigInDetTrack* get_InDet() const { return m_track; }
41
42 private:
49};
50
51#endif
macros to associate a CLID to a type
int m_tgc_scoll_size
Definition TrigDiMuon.h:48
int m_mdt_coll_size
Definition TrigDiMuon.h:44
int Tgcstrip_size() const
Definition TrigDiMuon.h:38
int Rpcstrip_size() const
Definition TrigDiMuon.h:36
TrigInDetTrack * get_InDet() const
Definition TrigDiMuon.h:40
int Tgcwire_size() const
Definition TrigDiMuon.h:37
int m_rpc_scoll_size
Definition TrigDiMuon.h:46
TrigDiMuon()=default
int Mdtsize() const
Definition TrigDiMuon.h:34
TrigInDetTrack * m_track
Definition TrigDiMuon.h:43
int Rpcwire_size() const
Definition TrigDiMuon.h:35
int m_tgc_wcoll_size
Definition TrigDiMuon.h:47
int m_rpc_wcoll_size
Definition TrigDiMuon.h:45
represents a LVL2 ID track