Commit ce93b2dc authored by Muzalevsky I.A's avatar Muzalevsky I.A

fuction names in RawEvent changed

parent 580c6137
......@@ -65,11 +65,11 @@ void RawEvent::SetTime(Double_t t, Int_t i) {
return;
}
double RawEvent::GetTime(Int_t i) {
double RawEvent::GetOneTime(Int_t i) {
return fTime[i];
}
double RawEvent::GetAmp(Int_t i) {
double RawEvent::GetOneAmp(Int_t i) {
return fAmp[i];
}
//void RawEvent::SetGraphs() {
......
......@@ -62,9 +62,9 @@ public:
void PrintTime(Int_t i);
double GetTime(Int_t i);
double GetOneTime(Int_t i);
double GetAmp(Int_t i);
double GetOneAmp(Int_t i);
// void InvertAmp(Double_t a, Int_t i);
//Inverts the amplitudes i.e. makes from negative singals
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment