19 #include "KVIDZALine.h"
21 #include "Riostream.h"
73 KVIDZALine::~KVIDZALine()
85 const Char_t* name_prefix)
90 file <<
GetZ() <<
"\t" <<
GetA() << endl;
143 for (Int_t i = 0; i < N; i++) {
165 cout << ClassName() <<
" : " << GetName() <<
"(" << opt <<
")" << endl;
166 cout <<
"Z=" <<
GetZ() <<
" A=" <<
GetA() << endl;
167 if (
GetWidth() > 0.0) cout <<
"Natural Line Width : " <<
GetWidth() << endl;
197 for (
int i = 0; i < GetN(); i++) {
231 void KVIDZALine::Streamer(TBuffer& R__b)
236 if (R__b.IsReading()) {
237 Version_t R__v = R__b.ReadVersion(&R__s, &R__c);
239 R__b.ReadVersion(&R__s, &R__c);
240 KVIDLine::Streamer(R__b);
250 R__b.ReadClassBuffer(KVIDZALine::Class(),
this, R__v, R__s, R__c);
254 R__b.WriteClassBuffer(KVIDZALine::Class(),
this);
282 void KVIDZLine::Streamer(TBuffer& R__b)
287 if (R__b.IsReading()) {
288 Version_t R__v = R__b.ReadVersion(&R__s, &R__c);
290 Warning(
"Streamer",
"Reading KVIDZLine with version=%d", R__v);
292 KVIDLine::Streamer(R__b);
Base class for lines/cuts used for particle identification in 2D data maps.
Base class for identification ridge lines corresponding to different nuclear species.
virtual void Print(Option_t *opt="") const
void Copy(TObject &obj) const
copy 'this' to 'obj'
void ReadAsciiFile_KVIDZLine(std::ifstream &)
virtual void SetAsymWidth(Double_t d_l, Double_t d_r)
TGraphErrors * GetLineWithWidth()
void SetWidth(Double_t w)
virtual void ReadAsciiFile_extras(std::ifstream &)
Read Z & A of line.
TGraphErrors * fLineWithWidth
used to display width of line
Double_t GetWidth() const
Double_t fWidth
the "width" of the line
virtual void WriteAsciiFile_extras(std::ofstream &, const Char_t *name_prefix="")
Write Z & A of line.
virtual void ReadAsciiFile_extras(std::ifstream &)
virtual Int_t GetA() const
virtual void WriteAsciiFile_extras(std::ofstream &, const Char_t *="")
void Copy(TObject &obj) const
Copy attributes of this identifier into 'obj'.
virtual Int_t GetZ() const
virtual void SetA(Int_t atnum)
virtual void SetZ(Int_t ztnum)