ATLAS Offline Software
Loading...
Searching...
No Matches
TrigMuonEF_p2.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/**********************************************************************************
6 * @Project: Trigger
7 * @Package: TrigMuonEventTPCnv
8 * @class : TrigMuonEF_p2
9 *
10 * @brief persistent partner for TrigMuonEF
11 *
12 * @author Andrew Hamilton <Andrew.Hamilton@cern.ch> - U. Geneva
13 * @author Francesca Bucci <F.Bucci@cern.ch> - U. Geneva
14 *
15 * File and Version Information:
16 * $Id: TrigMuonEF_p2.h 723204 2016-02-10 18:15:58Z ssnyder $
17 **********************************************************************************/
18#ifndef TRIGMUONEVENTTPCNV_TRIGMUONEF_P2_H
19#define TRIGMUONEVENTTPCNV_TRIGMUONEF_P2_H
20
21#include <stdint.h>
22#include <string>
23//#include "FourMom/P4IPtCotThPhiM.h"
27
28
30{
31 friend class TrigMuonEFCnv_p2;
32
33 public:
34
36 virtual ~TrigMuonEF_p2(){}
37
38 // private:
40 std::string m_roi;
41 float m_charge;
42
44};
45
46#endif
47
virtual ~TrigMuonEF_p2()
P4IPtCotThPhiM_p1 m_P4IPtCotThPhiM
std::string m_roi
friend class TrigMuonEFCnv_p2