ATLAS Offline Software
Loading...
Searching...
No Matches
VP1TriggerHandleEF.cxx File Reference

Go to the source code of this file.

Variables

std::vector< QString > h_type
std::vector< QString > h_source
std::vector< QString > h_id
std::vector< std::vector< QString > > t_data
const int HWIDTH = 3
const int TYPIDX = 0
const int SRCIDX = 1
const int TIDIDX = 2
int count_mef =0
int count_mg =0
const TrigMuonEFTrackmuonEFTrack
const TrigMuonEFCbTrackmuonEFCbTrack
std::string muonTrackName [18]

Variable Documentation

◆ count_mef

int count_mef =0

Definition at line 47 of file VP1TriggerHandleEF.cxx.

◆ count_mg

int count_mg =0

Definition at line 47 of file VP1TriggerHandleEF.cxx.

◆ h_id

std::vector<QString> h_id

Definition at line 35 of file VP1TriggerHandleEF.cxx.

◆ h_source

std::vector<QString> h_source

Definition at line 35 of file VP1TriggerHandleEF.cxx.

◆ h_type

std::vector<QString> h_type

Definition at line 35 of file VP1TriggerHandleEF.cxx.

◆ HWIDTH

const int HWIDTH = 3

Definition at line 41 of file VP1TriggerHandleEF.cxx.

◆ muonEFCbTrack

const TrigMuonEFCbTrack* muonEFCbTrack

Definition at line 51 of file VP1TriggerHandleEF.cxx.

◆ muonEFTrack

const TrigMuonEFTrack* muonEFTrack

Definition at line 50 of file VP1TriggerHandleEF.cxx.

◆ muonTrackName

std::string muonTrackName[18]
Initial value:
=
{
"Charge",
"iPt",
"Theta",
"Phi",
"m",
"chi2",
"chi2prob",
"posX",
"posY",
"posZ",
"NCscHitsEta",
"NCscHitsPhi",
"NTgcHitsEta",
"NTgcHitsPhi",
"NRpcHitsEta",
"NRpcHitsPhi",
"d0",
"z0"
}

Definition at line 54 of file VP1TriggerHandleEF.cxx.

55 {
56 "Charge", //ID: 0
57 "iPt", //ID: 1
58 "Theta", //ID: 2
59 "Phi", //ID: 3
60 "m", //ID: 4
61 "chi2", //ID: 5
62 "chi2prob", //ID: 6
63 "posX", //ID: 7
64 "posY", //ID: 8
65 "posZ", //ID: 9
66 "NCscHitsEta", //ID: 10
67 "NCscHitsPhi", //ID: 11
68 "NTgcHitsEta", //ID: 12
69 "NTgcHitsPhi", //ID: 13
70 "NRpcHitsEta", //ID: 14
71 "NRpcHitsPhi", //ID: 15
72 "d0", //ID: 16
73 "z0" //ID: 17
74 };

◆ SRCIDX

const int SRCIDX = 1

Definition at line 43 of file VP1TriggerHandleEF.cxx.

◆ t_data

std::vector<std::vector<QString> > t_data

Definition at line 36 of file VP1TriggerHandleEF.cxx.

◆ TIDIDX

const int TIDIDX = 2

Definition at line 44 of file VP1TriggerHandleEF.cxx.

◆ TYPIDX

const int TYPIDX = 0

Definition at line 42 of file VP1TriggerHandleEF.cxx.