Skip to content

Commit 156875f

Browse files
author
Szymon Pulawski
committed
clang formating
1 parent f1af416 commit 156875f

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

DataFormats/Detectors/FIT/FT0/src/PMLookupTable.cxx

100755100644
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ PMLookupTable::PMLookupTable()
8484
<< channelString << " | module " << moduleName;
8585
}
8686
}
87-
8887
}
8988

9089
PMLookupTable::PMHash PMLookupTable::getPMHash(ChannelID channelID) const

Detectors/FIT/FT0/simulation/src/Digitizer.cxx

100755100644
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ void Digitizer::storeBC(BCCache& bc,
333333
std::sort(std::begin(particles), std::end(particles));
334334
auto channel_end = particles.begin();
335335
std::vector<float> channel_times;
336-
// std::set<int> disabledChannels = {40, 41, 42, 43, 88, 89, 90, 91, 56, 57, 58, 59, 60, 61, 62, 63, 72, 73, 74, 75, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 164, 165, 166, 167, 184, 185, 186, 187, 160, 161, 162, 163, 188, 189, 190, 191, 156, 157, 158, 159, 192, 193, 194, 195, 152, 153, 154, 155, 196, 197, 198, 199, 148, 149, 150, 151, 144, 145, 146, 147, 204, 205, 206, 207, 200, 201, 202, 203}; // przykładowe kanały
336+
// std::set<int> disabledChannels = {40, 41, 42, 43, 88, 89, 90, 91, 56, 57, 58, 59, 60, 61, 62, 63, 72, 73, 74, 75, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 164, 165, 166, 167, 184, 185, 186, 187, 160, 161, 162, 163, 188, 189, 190, 191, 156, 157, 158, 159, 192, 193, 194, 195, 152, 153, 154, 155, 196, 197, 198, 199, 148, 149, 150, 151, 144, 145, 146, 147, 204, 205, 206, 207, 200, 201, 202, 203}; // przykładowe kanały
337337
for (Int_t ipmt = 0; ipmt < params.mMCPs; ++ipmt) {
338338
auto channel_begin = channel_end;
339339
channel_end = std::find_if(channel_begin, particles.end(),
@@ -368,9 +368,9 @@ void Digitizer::storeBC(BCCache& bc,
368368
if (amp > 4095) {
369369
amp = 4095;
370370
}
371-
// if (!disabledChannels.count(ipmt)) {
372-
// continue;
373-
// }
371+
// if (!disabledChannels.count(ipmt)) {
372+
// continue;
373+
// }
374374

375375
LOG(debug) << mEventID << " bc " << firstBCinDeque.bc << " orbit " << firstBCinDeque.orbit << ", ipmt " << ipmt << ", smeared_time " << smeared_time << " nStored " << nStored << " offset " << miscalib;
376376
if (is_time_in_signal_gate) {

0 commit comments

Comments
 (0)