#include <ROOT/REveElement.hxx>
#include <ROOT/REveScene.hxx>
#include <ROOT/REveViewer.hxx>
#include <ROOT/REveManager.hxx>
#include <ROOT/REveCaloData.hxx>
#include <ROOT/REveCalo.hxx>
#include <ROOT/REveJetCone.hxx>
#include <ROOT/REveGeoShape.hxx>
#include "TFile.h"
#include "TGeoTube.h"
Functions | |
void | add_jet (REveElement *parent, const char *name, Float_t eta, Float_t phi, Float_t deta, Float_t dphi) |
void | calorimeters () |
void | makeCalo2D (REveCalo3D *calo3d, const char *pname, REveProjection::EPType_e t) |
Variables | |
const char * | histFile |
const Double_t | kR_max = 129 |
const Double_t | kR_min = 128 |
const Double_t | kZ_d = 268.39 |
void add_jet | ( | REveElement * | parent, |
const char * | name, | ||
Float_t | eta, | ||
Float_t | phi, | ||
Float_t | deta, | ||
Float_t | dphi | ||
) |
Definition at line 46 of file calorimeters.C.
void calorimeters | ( | ) |
Definition at line 60 of file calorimeters.C.
void makeCalo2D | ( | REveCalo3D * | calo3d, |
const char * | pname, | ||
REveProjection::EPType_e | t | ||
) |
Definition at line 24 of file calorimeters.C.
const char* histFile |
Definition at line 13 of file calorimeters.C.
const Double_t kR_max = 129 |
Definition at line 18 of file calorimeters.C.
const Double_t kR_min = 128 |
Definition at line 17 of file calorimeters.C.
const Double_t kZ_d = 268.39 |
Definition at line 19 of file calorimeters.C.