Commit 15efd79 1 parent ae24214 commit 15efd79 Copy full SHA for 15efd79
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ void Particle::SetPid(PdgCode_t pid) {
16
16
}
17
17
18
18
void Particle::CheckIsAllowedSetMassAndChargeExplicitly () const {
19
- if (!is_allowed_set_charge_and_mass_explicitly_) {
19
+ if (!is_allowed_set_charge_and_mass_explicitly_) {
20
20
std::string message = " Particle::CheckIsAllowedSetMassAndChargeExplicitly(): " ;
21
21
message += " mass and charge of the particle are set automatically with SetPid() call " ;
22
22
message += " (unless they were already assigned with some values, incl. when copied content from Track to Particle). " ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class Particle : public Track {
40
40
41
41
void SetPid (PdgCode_t pid);
42
42
43
- void SetIsAllowedSetMassAndChargeExplicitly (bool is= true ) { is_allowed_set_charge_and_mass_explicitly_ = is; }
43
+ void SetIsAllowedSetMassAndChargeExplicitly (bool is = true ) { is_allowed_set_charge_and_mass_explicitly_ = is; }
44
44
45
45
void CheckIsAllowedSetMassAndChargeExplicitly () const ;
46
46
You can’t perform that action at this time.
0 commit comments