BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
HltRaw.cxx
Go to the documentation of this file.
1#include "HltEvent/HltRaw.h"
2
3HltRaw::HltRaw( const Identifier& id, const unsigned int timeChannel,
4 const unsigned int chargeChannel )
5 : RawData( id, timeChannel, chargeChannel ) {}
6
7HltRaw::HltRaw( const unsigned int id ) : RawData( id ) {}
HltRaw(const Identifier &id, const unsigned int timeChannel=0, const unsigned int chargeChannel=0)
Definition HltRaw.cxx:3
RawData(const Identifier &id, const unsigned int timeChannel=0, const unsigned int chargeChannel=0)
Definition RawData.cxx:4