BOSS 6.6.4.p01
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, const unsigned int chargeChannel) :
4 RawData(id, timeChannel, chargeChannel){
5}
6
7HltRaw::HltRaw(const unsigned int id) :
8 RawData(id){
9}
HltRaw(const Identifier &id, const unsigned int timeChannel=0, const unsigned int chargeChannel=0)
Definition: HltRaw.cxx:3