File indexing completed on 2024-04-06 12:29:40
0001 #include "SimDataFormats/CaloHit/interface/CastorShowerEvent.h"
0002 #include <iostream>
0003
0004 CastorShowerEvent::CastorShowerEvent() {
0005
0006
0007 }
0008
0009 CastorShowerEvent::~CastorShowerEvent() {}
0010
0011 void CastorShowerEvent::Clear(Option_t* option) {
0012 nhit = 0;
0013 detID.clear();
0014 hitPosition.clear();
0015 nphotons.clear();
0016 time.clear();
0017 primaryEnergy = 0.;
0018 primEta = 0.;
0019 primPhi = 0.;
0020 primX = 0.;
0021 primY = 0.;
0022 primZ = 0.;
0023 }