Skip to content

Commit 2574ab1

Browse files
committed
Please consider the following formatting changes
1 parent cf09003 commit 2574ab1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • Detectors/Upgrades/ALICE3/IOTOF
    • DataFormatsIOTOF/include/DataFormatsIOTOF
    • simulation/include/IOTOFSimulation

Detectors/Upgrades/ALICE3/IOTOF/DataFormatsIOTOF/include/DataFormatsIOTOF/Digit.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Digit : public o2::itsmft::Digit
4949

5050
private:
5151
double mTime = 0.; ///< Measured time (ns)
52-
ULong64_t mBc = 0; ///< BC
52+
ULong64_t mBc = 0; ///< BC
5353
Int_t mTdc = 0; ///< tdc time
5454
ClassDefNV(Digit, 1);
5555
};

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);

0 commit comments

Comments
 (0)