Nucleus in a simulated event.
This class is used to represent nuclei in events produced by models and simulations. In addition to the properties handled by parent class KVNucleus, a KVSimNucleus can also have:
Methods are also provided for simple calculations of nuclear radii, (spherical) moment of inertia, and rotation energy corresponding to the nucleus' angular momentum.
- See also
- KVNucleus, KVSimEvent, Nuclei & Events
Definition at line 32 of file KVSimNucleus.h.
|
| | KVSimNucleus () |
| |
| | KVSimNucleus (const Char_t *sym, Double_t EperA=0) |
| |
| | KVSimNucleus (const KVNucleus &n) |
| |
| | KVSimNucleus (const KVSimNucleus &) |
| |
| | KVSimNucleus (Int_t z, Double_t t, TVector3 &p) |
| |
| | KVSimNucleus (Int_t z, Int_t a, TVector3 p) |
| |
| | KVSimNucleus (Int_t z, Int_t a=0, Double_t ekin=0) |
| |
| virtual | ~KVSimNucleus () |
| |
| void | Copy (TObject &obj) const |
| | Copy l'object "this" vers obj. More...
|
| |
| TVector3 & | GetAngMom () |
| |
| const TVector3 * | GetAngMom () const |
| |
| Double_t | GetCosBoostPositionAngle () const |
| |
| Double_t | GetDensity () const |
| | get density of the nucleus in nuc/fm3 More...
|
| |
| Double_t | GetEnergyLoss (const TString &detname) const |
| |
| TVector3 | GetEntrancePosition (const TString &detname) const |
| |
| TVector3 | GetExitPosition (const TString &detname) const |
| |
| Double_t | GetLmag () const |
| |
| Double_t | GetLx () const |
| |
| Double_t | GetLy () const |
| |
| Double_t | GetLz () const |
| |
| Double_t | GetMomentOfInertia () const |
| |
| TVector3 & | GetPosition () |
| |
| const TVector3 * | GetPosition () const |
| |
| Double_t | GetRadialBoost () const |
| |
| Double_t | GetRadius () const |
| |
| Double_t | GetRmag () const |
| |
| Double_t | GetRotationalEnergy () const |
| |
| Double_t | GetRperp () const |
| |
| Double_t | GetRx () const |
| |
| Double_t | GetRy () const |
| |
| Double_t | GetRz () const |
| |
| KVSimNucleus | operator+ (const KVSimNucleus &rhs) const |
| |
| KVSimNucleus & | operator+= (const KVSimNucleus &rhs) |
| | KVNucleus addition and assignment operator. More...
|
| |
| KVSimNucleus & | operator= (const KVSimNucleus &) |
| | copy assignment operator More...
|
| |
| void | Print (Option_t *t="") const |
| |
| void | SetAngMom (Double_t lx, Double_t ly, Double_t lz) |
| | set the angular momentum of the nucleus More...
|
| |
| void | SetDensity (Double_t) |
| | set density of the nucleus in nuc/fm3 More...
|
| |
| void | SetPosition (const TVector3 &) |
| | set the position of the nucleus in position space More...
|
| |
| void | SetPosition (Double_t rx, Double_t ry, Double_t rz) |
| | set the position of the nucleus in position space More...
|
| |
| void | SetSpin (Double_t x, Double_t y, Double_t z) |
| |
| | KVNucleus () |
| |
| | KVNucleus (const Char_t *, Double_t EperA=0) |
| | KVNucleus(const Char_t *);. More...
|
| |
| | KVNucleus (const KVNucleus &) |
| | copy ctor More...
|
| |
| | KVNucleus (Int_t z, Double_t t, const TVector3 &p) |
| |
| | KVNucleus (Int_t z, Int_t a, const TVector3 &p) |
| |
| | KVNucleus (Int_t z, Int_t a=0, Double_t ekin=0) |
| |
| virtual | ~ KVNucleus () |
| |
| void | CheckZAndA (Int_t &z, Int_t &a) const |
| |
| virtual void | Clear (Option_t *opt="") |
| |
| Int_t | Compare (const TObject *obj) const |
| |
| Double_t | DeduceEincFromBrho (Double_t Brho, Int_t ChargeState=0) |
| | TH2F* GetKnownNucleiChart(KVString method="GetBindingEnergyPerNucleon");. More...
|
| |
| Int_t | GetA () const |
| |
| Double_t | GetAbundance (Int_t z=-1, Int_t a=-1) const |
| |
| KVAbundance * | GetAbundancePtr (Int_t z=-1, Int_t a=-1) const |
| |
| Double_t | GetAMeV () const |
| |
| Double_t | GetAsurZ () const |
| |
| Double_t | GetAtomicMass (Int_t zz=-1, Int_t aa=-1) const |
| |
| Int_t | GetAWithMaxBindingEnergy (Int_t z=-1) |
| |
| Double_t | GetBindingEnergy (Int_t z=-1, Int_t a=-1) const |
| |
| Double_t | GetBindingEnergyPerNucleon (Int_t z=-1, Int_t a=-1) const |
| | Returns binding energy in MeV/A for this nucleus. More...
|
| |
| Double_t | GetChargeAsymetry () const |
| |
| Double_t | GetChargeRadius (Int_t z=-1, Int_t a=-1) const |
| |
| KVChargeRadius * | GetChargeRadiusPtr (Int_t z=-1, Int_t a=-1) const |
| |
| Double_t | GetEnergyPerNucleon () const |
| |
| Double_t | GetExcitEnergy () const |
| |
| Double_t | GetExtraChargeRadius (Int_t z=-1, Int_t a=-1, Int_t rct=2) const |
| |
| Double_t | GetExtraMassExcess (Int_t z=-1, Int_t a=-1) const |
| |
| Double_t | GetFissionTKE (const KVNucleus *nuc=0, Int_t formula=kDefaultFormula) const |
| |
| Double_t | GetFissionVelocity (KVNucleus *nuc=0, Int_t formula=kDefaultFormula) |
| |
| const Char_t * | GetIsotopesList (Int_t zmin, Int_t zmax, Double_t tmin=0) const |
| |
| KVNumberList | GetKnownARange (Int_t z=-1, Double_t tmin=0) const |
| |
| const Char_t * | GetLatexSymbol (Option_t *opt="") const |
| |
| Double_t | GetLifeTime (Int_t z=-1, Int_t a=-1) const |
| |
| KVLifeTime * | GetLifeTimePtr (Int_t z=-1, Int_t a=-1) const |
| |
| Double_t | GetLiquidDropBindingEnergy (Int_t z=-1, Int_t a=-1) const |
| |
| Double_t | GetMassExcess (Int_t z=-1, Int_t a=-1) const |
| |
| KVMassExcess * | GetMassExcessPtr (Int_t z=-1, Int_t a=-1) const |
| |
| Int_t | GetMassFormula () const |
| |
| Double_t | GetMassGS () const |
| |
| KVNumberList | GetMeasuredARange (Int_t z=-1) const |
| | returns range of a measured mass for a given element More...
|
| |
| Int_t | GetMostAbundantA (Int_t z=-1) const |
| |
| Int_t | GetN () const |
| | Return the number of neutron. More...
|
| |
| Double_t | GetNaturalA (Int_t zz=-1) const |
| |
| Int_t | GetNpairs (Int_t type=kNN) const |
| |
| Double_t | GetNsurZ () const |
| |
| Double_t | GetParity (Int_t z=-1, Int_t a=-1) const |
| |
| Double_t | GetQFasymTKE (KVNucleus *target) |
| |
| Double_t | GetRelativeVelocity (KVNucleus *nuc) |
| | Return the reltive velocity between nuc and this in cm/ns. More...
|
| |
| Double_t | GetSpin (Int_t z=-1, Int_t a=-1) const |
| |
| KVSpinParity * | GetSpinParityPtr (Int_t z=-1, Int_t a=-1) const |
| |
| const Char_t * | GetSymbol (Option_t *opt="") const |
| |
| Double_t | GetWidth () const |
| |
| Int_t | GetZ () const |
| | Return the number of proton / atomic number. More...
|
| |
| void | init () |
| |
| Bool_t | IsDefined () const |
| |
| Bool_t | IsElement (Int_t Z) const |
| |
| Bool_t | IsIsotope (Int_t Z, Int_t A) const |
| |
| Bool_t | IsKnown (int z=-1, int a=-1) const |
| |
| Bool_t | IsResonance () const |
| |
| Bool_t | IsSortable () const |
| |
| Bool_t | IsStable (Double_t min_lifetime=1.0e+15) const |
| |
| Double_t | LiquidDrop_Weizsacker () |
| |
| KVNucleus | operator+ (const KVNucleus &rhs) |
| |
| KVNucleus & | operator+= (const KVNucleus &rhs) |
| | KVNucleus addition and assignment operator. More...
|
| |
| KVNucleus | operator- (const KVNucleus &rhs) |
| |
| KVNucleus & | operator-= (const KVNucleus &rhs) |
| | KVNucleus subtraction and assignment operator. More...
|
| |
| KVNucleus & | operator= (const KVNucleus &rhs) |
| | KVNucleus assignment operator. More...
|
| |
| void | Set (const Char_t *) |
| |
| void | SetA (Int_t a) |
| |
| void | SetExcitEnergy (Double_t e) |
| |
| void | SetMassFormula (UChar_t mt) |
| |
| void | SetN (Int_t n) |
| |
| void | SetZ (Int_t z, Char_t mt=-1) |
| |
| void | SetZAandE (Int_t z, Int_t a, Double_t ekin) |
| | Set atomic number, mass number, and kinetic energy in MeV. More...
|
| |
| void | SetZandA (Int_t z, Int_t a) |
| | Set atomic number and mass number. More...
|
| |
| void | SetZandN (Int_t z, Int_t n) |
| | Set atomic number and mass number. More...
|
| |
| int | SetZFromSymbol (const Char_t *) |
| |
| Double_t | ShimaChargeState (Int_t) const |
| |
| Double_t | ShimaChargeStatePrecision () const |
| |
Public Member Functions inherited from KVParticle |
| | KVParticle () |
| |
| | KVParticle (const KVParticle &) |
| | copy ctor More...
|
| |
| | KVParticle (Double_t m, const TVector3 &p) |
| | create particle with given mass and momentum vector More...
|
| |
| | KVParticle (Double_t m, Double_t px, Double_t py, Double_t pz) |
| | create particle with given mass and momentum vector More...
|
| |
| virtual | ~ KVParticle () |
| |
| void | AddGroup (const Char_t *groupname, const Char_t *from="") const |
| |
| Bool_t | BelongsToGroup (const Char_t *groupname) const |
| |
| void | ChangeDefaultFrame (const Char_t *, const Char_t *defname="") |
| |
| void | ChangeFrame (const KVFrameTransform &, const KVString &="") |
| |
| Double_t | GetCosTheta () const |
| |
| const KVParticle * | GetCurrentDefaultKinematics () const |
| |
| Double_t | GetE () const |
| |
| Double_t | GetElong () const |
| |
| Double_t | GetEnergy () const |
| |
| Double_t | GetEtran () const |
| |
| KVParticle const * | GetFrame (const Char_t *frame, Bool_t warn_and_return_null_if_unknown=kTRUE) const |
| |
| const Char_t * | GetFrameName (void) const |
| |
| KVUniqueNameList * | GetGroups () const |
| |
| Double_t | GetKE () const |
| |
| KVList * | GetListOfFrames () const |
| |
| Double_t | GetLongitudinalEnergy () const |
| |
| Double_t | GetMass () const |
| |
| TVector3 | GetMomentum () const |
| |
| const Char_t * | GetName () const |
| | return the field fName More...
|
| |
| Int_t | GetNumberOfDefinedFrames () const |
| |
| Int_t | GetNumberOfDefinedGroups () const |
| |
| KVNameValueList * | GetParameters () const |
| |
| Double_t | GetPhi () const |
| |
| TVector3 * | GetPInitial () const |
| |
| Double_t | GetREtran () const |
| |
| Double_t | GetRTransverseEnergy () const |
| |
| Double_t | GetThermalWaveLength (Double_t temp) const |
| |
| Double_t | GetTheta () const |
| |
| Double_t | GetTransverseEnergy () const |
| |
| TVector3 | GetTransverseMomentum () const |
| |
| TVector3 | GetV () const |
| |
| TVector3 | GetVelocity () const |
| | returns velocity vector in cm/ns units More...
|
| |
| Double_t | GetVpar () const |
| |
| Double_t | GetVperp () const |
| |
| Double_t | GetWaveLength () const |
| |
| Bool_t | HasFrame (const Char_t *frame) const |
| |
| KVParticle | InFrame (const KVFrameTransform &) |
| |
| void | init () |
| | default initialisation More...
|
| |
| Bool_t | IsDefaultKinematics () const |
| |
| Bool_t | IsDetected () const |
| |
| Bool_t | IsOK () const |
| |
| void | ListGroups () const |
| | List all stored groups. More...
|
| |
| void | ls (Option_t *option="") const |
| |
| KVParticle & | operator= (const KVParticle &rhs) |
| | KVParticle assignment operator. More...
|
| |
| void | RemoveAllGroups () |
| | Remove all groups. More...
|
| |
| void | RemoveGroup (const Char_t *groupname) |
| | Remove group from list of groups. More...
|
| |
| void | ResetEnergy () |
| |
| void | ResetIsOK () |
| |
| void | Set4Mom (const TLorentzVector &p) |
| |
| void | SetE (Double_t a) |
| |
| void | SetE0 (TVector3 *e=0) |
| |
| void | SetEnergy (Double_t e) |
| |
| void | SetFrame (const Char_t *frame, const KVFrameTransform &) |
| |
| void | SetFrame (const Char_t *newframe, const Char_t *oldframe, const KVFrameTransform &) |
| |
| void | SetFrameName (const Char_t *framename) |
| |
| void | SetIsDetected () |
| |
| void | SetIsOK (Bool_t flag=kTRUE) |
| |
| void | SetKE (Double_t ecin) |
| |
| virtual void | SetMass (Double_t m) |
| |
| void | SetMomentum (const TVector3 &v) |
| |
| void | SetMomentum (Double_t px, Double_t py, Double_t pz, Option_t *opt="cart") |
| |
| void | SetMomentum (Double_t T, const TVector3 &dir) |
| |
| void | SetName (const Char_t *nom) |
| | Set Name of the particle. More...
|
| |
| template<typename ValType > |
| void | SetParameter (const Char_t *name, ValType value) const |
| |
| void | SetPhi (Double_t phi) |
| |
| void | SetRandomMomentum (Double_t T, Double_t thmin, Double_t thmax, Double_t phmin, Double_t phmax, Option_t *opt="isotropic") |
| |
| void | SetTheta (Double_t theta) |
| |
| void | SetVelocity (const TVector3 &) |
| | Set velocity of particle (in cm/ns units) More...
|
| |
| void | UpdateAllFrames () |
| |
| | TLorentzVector () |
| |
| | TLorentzVector (const Double_t *carray) |
| |
| | TLorentzVector (const Float_t *carray) |
| |
| | TLorentzVector (const TLorentzVector &lorentzvector) |
| |
| | TLorentzVector (const TVector3 &vector3, Double_t t) |
| |
| | TLorentzVector (Double_t x, Double_t y, Double_t z, Double_t t) |
| |
| | ~TLorentzVector () override |
| |
| Double_t | Angle (const TVector3 &v) const |
| |
| Double_t | Beta () const |
| |
| void | Boost (const TVector3 &) |
| |
| void | Boost (Double_t, Double_t, Double_t) |
| |
| TVector3 | BoostVector () const |
| |
| Double_t | CosTheta () const |
| |
| Double_t | DeltaPhi (const TLorentzVector &) const |
| |
| Double_t | DeltaR (const TLorentzVector &, Bool_t useRapidity=kFALSE) const |
| |
| Double_t | Dot (const TLorentzVector &) const |
| |
| Double_t | DrEtaPhi (const TLorentzVector &) const |
| |
| Double_t | DrRapidityPhi (const TLorentzVector &) const |
| |
| Double_t | E () const |
| |
| Double_t | Energy () const |
| |
| Double_t | Et () const |
| |
| Double_t | Et (const TVector3 &) const |
| |
| Double_t | Et2 () const |
| |
| Double_t | Et2 (const TVector3 &) const |
| |
| Double_t | Eta () const |
| |
| TVector2 | EtaPhiVector () |
| |
| Double_t | Gamma () const |
| |
| void | GetXYZT (Double_t *carray) const |
| |
| void | GetXYZT (Float_t *carray) const |
| |
| TClass * | IsA () const override |
| |
| Double_t | M () const |
| |
| Double_t | M2 () const |
| |
| Double_t | Mag () const |
| |
| Double_t | Mag2 () const |
| |
| Double_t | Minus () const |
| |
| Double_t | Mt () const |
| |
| Double_t | Mt2 () const |
| |
| | operator ROOT::Math::PxPyPzEVector () const |
| |
| Bool_t | operator!= (const TLorentzVector &) const |
| |
| Double_t & | operator() (int i) |
| |
| Double_t | operator() (int i) const |
| |
| Double_t | operator* (const TLorentzVector &) const |
| |
| TLorentzVector | operator* (Double_t a) const |
| |
| TLorentzVector & | operator*= (const TLorentzRotation &) |
| |
| TLorentzVector & | operator*= (const TRotation &) |
| |
| TLorentzVector & | operator*= (Double_t a) |
| |
| TLorentzVector | operator+ (const TLorentzVector &) const |
| |
| TLorentzVector & | operator+= (const TLorentzVector &) |
| |
| TLorentzVector | operator- () const |
| |
| TLorentzVector | operator- (const TLorentzVector &) const |
| |
| TLorentzVector & | operator-= (const TLorentzVector &) |
| |
| TLorentzVector & | operator= (const TLorentzVector &) |
| |
| Bool_t | operator== (const TLorentzVector &) const |
| |
| Double_t & | operator[] (int i) |
| |
| Double_t | operator[] (int i) const |
| |
| Double_t | P () const |
| |
| Double_t | Perp () const |
| |
| Double_t | Perp (const TVector3 &v) const |
| |
| Double_t | Perp2 () const |
| |
| Double_t | Perp2 (const TVector3 &v) const |
| |
| Double_t | Phi () const |
| |
| Double_t | Plus () const |
| |
| Double_t | PseudoRapidity () const |
| |
| Double_t | Pt () const |
| |
| Double_t | Pt (const TVector3 &v) const |
| |
| Double_t | Px () const |
| |
| Double_t | Py () const |
| |
| Double_t | Pz () const |
| |
| Double_t | Rapidity () const |
| |
| Double_t | Rho () const |
| |
| void | Rotate (Double_t, const TVector3 &) |
| |
| void | RotateUz (const TVector3 &newUzVector) |
| |
| void | RotateX (Double_t angle) |
| |
| void | RotateY (Double_t angle) |
| |
| void | RotateZ (Double_t angle) |
| |
| void | SetE (Double_t a) |
| |
| void | SetPerp (Double_t) |
| |
| void | SetPhi (Double_t phi) |
| |
| void | SetPtEtaPhiE (Double_t pt, Double_t eta, Double_t phi, Double_t e) |
| |
| void | SetPtEtaPhiM (Double_t pt, Double_t eta, Double_t phi, Double_t m) |
| |
| void | SetPx (Double_t a) |
| |
| void | SetPxPyPzE (Double_t px, Double_t py, Double_t pz, Double_t e) |
| |
| void | SetPy (Double_t a) |
| |
| void | SetPz (Double_t a) |
| |
| void | SetRho (Double_t rho) |
| |
| void | SetT (Double_t a) |
| |
| void | SetTheta (Double_t theta) |
| |
| void | SetVect (const TVector3 &vect3) |
| |
| void | SetVectM (const TVector3 &spatial, Double_t mass) |
| |
| void | SetVectMag (const TVector3 &spatial, Double_t magnitude) |
| |
| void | SetX (Double_t a) |
| |
| void | SetXYZM (Double_t x, Double_t y, Double_t z, Double_t m) |
| |
| void | SetXYZT (Double_t x, Double_t y, Double_t z, Double_t t) |
| |
| void | SetY (Double_t a) |
| |
| void | SetZ (Double_t a) |
| |
| void | Streamer (TBuffer &) override |
| |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| |
| Double_t | T () const |
| |
| Double_t | Theta () const |
| |
| TLorentzVector & | Transform (const TLorentzRotation &) |
| |
| TLorentzVector & | Transform (const TRotation &) |
| |
| TVector3 | Vect () const |
| |
| Double_t | X () const |
| |
| Double_t | Y () const |
| |
| Double_t | Z () const |
| |
| | TObject () |
| |
| | TObject (const TObject &object) |
| |
| virtual | ~TObject () |
| |
| void | AbstractMethod (const char *method) const |
| |
| virtual void | AppendPad (Option_t *option="") |
| |
| virtual void | Browse (TBrowser *b) |
| |
| ULong_t | CheckedHash () |
| |
| virtual const char * | ClassName () const |
| |
| virtual TObject * | Clone (const char *newname="") const |
| |
| virtual void | Delete (Option_t *option="") |
| |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| |
| virtual void | Draw (Option_t *option="") |
| |
| virtual void | DrawClass () const |
| |
| virtual TObject * | DrawClone (Option_t *option="") const |
| |
| virtual void | Dump () const |
| |
| virtual void | Error (const char *method, const char *msgfmt,...) const |
| |
| virtual void | Execute (const char *method, const char *params, Int_t *error=nullptr) |
| |
| virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=nullptr) |
| |
| virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
| |
| virtual void | Fatal (const char *method, const char *msgfmt,...) const |
| |
| virtual TObject * | FindObject (const char *name) const |
| |
| virtual TObject * | FindObject (const TObject *obj) const |
| |
| virtual Option_t * | GetDrawOption () const |
| |
| virtual const char * | GetIconName () const |
| |
| virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
| |
| virtual Option_t * | GetOption () const |
| |
| virtual const char * | GetTitle () const |
| |
| virtual UInt_t | GetUniqueID () const |
| |
| virtual Bool_t | HandleTimer (TTimer *timer) |
| |
| virtual ULong_t | Hash () const |
| |
| Bool_t | HasInconsistentHash () const |
| |
| virtual void | Info (const char *method, const char *msgfmt,...) const |
| |
| virtual Bool_t | InheritsFrom (const char *classname) const |
| |
| virtual Bool_t | InheritsFrom (const TClass *cl) const |
| |
| virtual void | Inspect () const |
| |
| void | InvertBit (UInt_t f) |
| |
| Bool_t | IsDestructed () const |
| |
| virtual Bool_t | IsEqual (const TObject *obj) const |
| |
| virtual Bool_t | IsFolder () const |
| |
| R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
| |
| R__ALWAYS_INLINE Bool_t | IsZombie () const |
| |
| void | MayNotUse (const char *method) const |
| |
| virtual Bool_t | Notify () |
| |
| void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, void *vp) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, void *vp) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, void *vp) |
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, void *vp) |
| |
| TObject & | operator= (const TObject &rhs) |
| |
| virtual void | Paint (Option_t *option="") |
| |
| virtual void | Pop () |
| |
| virtual Int_t | Read (const char *name) |
| |
| virtual void | RecursiveRemove (TObject *obj) |
| |
| void | ResetBit (UInt_t f) |
| |
| virtual void | SaveAs (const char *filename="", Option_t *option="") const |
| |
| virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
| |
| void | SetBit (UInt_t f) |
| |
| void | SetBit (UInt_t f, Bool_t set) |
| |
| virtual void | SetDrawOption (Option_t *option="") |
| |
| virtual void | SetUniqueID (UInt_t uid) |
| |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
| |
| virtual void | SysError (const char *method, const char *msgfmt,...) const |
| |
| R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
| |
| Int_t | TestBits (UInt_t f) const |
| |
| virtual void | UseCurrentStyle () |
| |
| virtual void | Warning (const char *method, const char *msgfmt,...) const |
| |
| virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) |
| |
| virtual Int_t | Write (const char *name=nullptr, Int_t option=0, Int_t bufsize=0) const |
| |