SND@LHC Software
Loading...
Searching...
No Matches
pid.cxx
Go to the documentation of this file.
1
#include "
pid.h
"
2
3
#include <algorithm>
4
#include <iostream>
5
6
using namespace
std;
7
8
pid::pid
()
9
: TObject(),
10
fTrackID(-999),
11
fElectronID(-999),
12
fHadronID(-999),
13
fMuonID(-999),
14
fTrackPID(-999)
15
{
16
// std::cout<<"create"<<std::endl;
17
}
18
19
pid::~pid
()
20
{
21
// std::cout<<"delete"<<std::endl;
22
}
23
pid::~pid
virtual ~pid()
Definition
pid.cxx:19
pid::pid
pid()
Definition
pid.cxx:8
pid.h
pid
pid.cxx
Generated by
1.9.8