ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSpacePointCounts_p1_old_cnv.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// Converter from TrigSpacePointCounts_p1_old to TrigSpacePointCounts_p1.
6// $Id: TrigSpacePointCounts_p1_old_cnv.cxx,v 1.2 2009-04-01 22:08:46 salvator Exp $
7
9
11 const TrigSpacePointCounts_p1_old* oldobj)
12{
13 newobj->m_pixSPcnt = oldobj->m_pixcnt;
14 newobj->m_sctSPcnt = oldobj->m_sctcnt;
15
16 newobj->m_pixCL1cnt = 0;
17 newobj->m_pixCL2cnt = 0;
18 newobj->m_pixCLmin3cnt = 0;
19 newobj->m_SPpixBarr_cnt= 0;
20 newobj->m_SPpixECAcnt = 0;
21 newobj->m_SPpixECCcnt = 0;
22
23 newobj->m_SPsctBarr_cnt= 0;
24 newobj->m_SPsctECAcnt = 0;
25 newobj->m_SPsctECCcnt = 0;
26}
virtual void Convert(TrigSpacePointCounts_p1 *newobj, const TrigSpacePointCounts_p1_old *oldobj)
Do the conversion.