Go to the source code of this file.
Functions | |
| void | write (Int_t nev=100) |
| void | read () |
| void | pileup (Int_t nev=200) |
| void | jets (Int_t nev=100, Int_t npileup=200) |
Definition at line 67 of file jets.C.
References gROOT, gSystem, TSystem::Load(), pileup(), TROOT::ProcessLine(), read, and write.
Referenced by JetEvent::AddJet().
| void pileup | ( | Int_t | nev = 200 |
) |
Definition at line 46 of file jets.C.
References TTree::GetEntries(), TTree::GetEntry(), gRandom, nentries, TTree::SetBranchAddress(), T, and TRandom::Uniform().
Referenced by jets().
| void read | ( | ) |
Definition at line 27 of file jets.C.
References TTree::GetEntries(), TTree::GetEntry(), JetEvent::GetNhitA(), JetEvent::GetNhitB(), JetEvent::GetNjet(), JetEvent::GetNtrack(), nentries, TTree::SetBranchAddress(), and T.
| void write | ( | Int_t | nev = 100 |
) |
Definition at line 11 of file jets.C.
References TTree::Branch(), JetEvent::Build(), TTree::Fill(), TTree::Print(), T, and TTree::Write().
1.5.1