ATLAS Offline Software
Loading...
Searching...
No Matches
TriggerInfoCnv_p3.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#ifndef EVENTATHENAPOOL_TRIGGERINFOCNV_P3_H
6#define EVENTATHENAPOOL_TRIGGERINFOCNV_P3_H
7class TriggerInfo;
8#include <vector>
9
10class MsgStream;
12public:
14 void persToTrans(std::vector<unsigned int>::const_iterator &persObj, TriggerInfo* transObj, bool bugcompat) const;
15 void transToPers(const TriggerInfo* transObj, std::vector<unsigned int> &persObj) const;
16};
17
18#endif
19
void transToPers(const TriggerInfo *transObj, std::vector< unsigned int > &persObj) const
void persToTrans(std::vector< unsigned int >::const_iterator &persObj, TriggerInfo *transObj, bool bugcompat) const
This class contains trigger related information.
Definition TriggerInfo.h:77