ATLAS Offline Software
TrigSpacePointCounts_p1_old.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: TrigInDetEventTPCnv
8  * @class : TrigSpacePointCounts_p1
9  *
10  * @brief Old version of TrigSpacePointCounts_p1.
11  * Was written in 14.1.0.
12  *
13  * File and Version Information:
14  * $Id: TrigSpacePointCounts_p1_old.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
15  **********************************************************************************/
16 #ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P1_OLD_H
17 #define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P1_OLD_H
18 
20 {
21  public:
22  int m_pixcnt;
23  int m_sctcnt;
24 };
25 
26 #endif
TrigSpacePointCounts_p1_old::m_pixcnt
int m_pixcnt
Definition: TrigSpacePointCounts_p1_old.h:32
TrigSpacePointCounts_p1_old::m_sctcnt
int m_sctcnt
Definition: TrigSpacePointCounts_p1_old.h:33
TrigSpacePointCounts_p1_old
Definition: TrigSpacePointCounts_p1_old.h:20