ATLAS Offline Software
Loading...
Searching...
No Matches
TrigSpacePointCounts_p1_old_cnv.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3/*
4 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5*/
6
7// Converter from TrigSpacePointCounts_p1_old to TrigSpacePointCounts_p1.
8// $Id: TrigSpacePointCounts_p1_old_cnv.h,v 1.2 2009-04-01 22:08:44 salvator Exp $
9
10#ifndef TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P1_OLD_CNV_H
11#define TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P1_OLD_CNV_H
12
16
18 : public TVirtualConverter_T<TrigSpacePointCounts_p1, TrigSpacePointCounts_p1_old>
19{
20public:
21 virtual void Convert (TrigSpacePointCounts_p1* newobj,
22 const TrigSpacePointCounts_p1_old* oldobj);
23};
24
25#endif // not TRIGINDETEVENTTPCNV_TRIGSPACEPOINTCOUNTS_P1_OLD_CNV_H
Base class for Root converters.
virtual void Convert(TrigSpacePointCounts_p1 *newobj, const TrigSpacePointCounts_p1_old *oldobj)
Do the conversion.