Skip to content

Commit af7ea00

Browse files
committed
remove test comments
1 parent 70f9518 commit af7ea00

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

sbncode/CAFMaker/CAFMaker_module.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ void CAFMaker::BlindEnergyParameters(StandardRecord* brec) {
506506

507507
void CAFMaker::SBNDShiftCRTReference(StandardRecord &rec, double SBNDFrame) const {
508508

509-
std::cout << "hellooooo PMT " << std::endl;
510509
//CRT Space Point
511510
for (SRCRTSpacePoint &sp: rec.crt_spacepoints){
512511
sp.time += SBNDFrame; //ns
@@ -525,7 +524,7 @@ void CAFMaker::SBNDShiftCRTReference(StandardRecord &rec, double SBNDFrame) cons
525524
}
526525

527526
void CAFMaker::SBNDShiftPMTReference(StandardRecord &rec, double SBNDFrame) const {
528-
std::cout << "hellooooo PMT " << std::endl;
527+
529528
double SBNDFrame_us = SBNDFrame / 1000.0; //convert ns to us
530529

531530
//Op Flash

0 commit comments

Comments
 (0)