X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TUHKMgen%2FAliGenUHKM.h;h=401f826c02bc42bf576f72ede1fc8867d4788fbf;hb=40cc0ed98d75fb901606a6684cb0beac815330c0;hp=3a35c25234141a02d4dff0f568867b6869c975b7;hpb=b7dbe0fd598a3deb6cbb20a9994110f1e684a9f9;p=u%2Fmrichter%2FAliRoot.git diff --git a/TUHKMgen/AliGenUHKM.h b/TUHKMgen/AliGenUHKM.h index 3a35c252341..401f826c02b 100755 --- a/TUHKMgen/AliGenUHKM.h +++ b/TUHKMgen/AliGenUHKM.h @@ -86,8 +86,8 @@ class AliGenUHKM : public AliGenMC //gluons (0: small-angular, 1: wide-angular, 2:collinear) (default: 0). - void SetPDGParticleFile(const Char_t *name) {strncpy(fParticleFilename, name, 256);}//Set the filename containing the particle PDG info - void SetPDGDecayFile(const Char_t *name) {strncpy(fDecayFilename, name, 256);} //Set the filename containing the PDG decay channels info + void SetPDGParticleFile(const Char_t *name) {strncpy(fParticleFilename, name, 255);}//Set the filename containing the particle PDG info + void SetPDGDecayFile(const Char_t *name) {strncpy(fDecayFilename, name, 255);} //Set the filename containing the PDG decay channels info void SetPDGParticleStable(Int_t pdg, Bool_t value) { // Turn on/off the decay flag for a PDG particle fStableFlagPDG[fStableFlagged] = pdg; fStableFlagStatus[fStableFlagged++] = value;