Skip to content

Commit 25d9391

Browse files
maciaccoMarcello Di Costanzo
authored andcommitted
save bc and tdc in digit
1 parent a96d9bf commit 25d9391

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/Chip.h‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ class Chip
7979
void addDigit(UShort_t row, UShort_t col, Int_t charge, double time, ULong64_t bc, Int_t tdc, o2::MCCompLabel label);
8080

8181
protected:
82-
Int_t mChipIndex = -1; ///< Chip ID
83-
bool mDisabled = false; ///< Flag to indicate if the chip is disabled (e.g. due to dead channels)
82+
Int_t mChipIndex = -1; ///< Chip ID
83+
bool mDisabled = false; ///< Flag to indicate if the chip is disabled (e.g. due to dead channels)
8484
std::map<ULong64_t, o2::iotof::LabeledDigit> mDigits; ///< Map of fired digits, possibly in multiple frames
8585

8686
ClassDefNV(Chip, 1);

‎Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Digitizer.cxx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ void Digitizer::fillOutputContainer()
396396
// mExtraLabelBuffer.pop_front();
397397
}
398398

399-
// have a addDigit funtion?
399+
// have a addDigit function?
400400

401401
void Digitizer::registerDigits(Chip& chip, uint32_t roFrame, double time, int nROF,
402402
uint16_t row, uint16_t col, int nElectrons, o2::MCCompLabel& label)

0 commit comments

Comments
 (0)