49 -5.191, -4.889, -4.716, -4.538, -4.363, -4.191, -4.013, -3.839, -3.664, -3.489, -3.314, -3.139, -2.964, -2.853,
50 -2.650, -2.500, -2.322, -2.172, -2.043, -1.930, -1.830, -1.740, -1.653, -1.566, -1.479, -1.392, -1.305, -1.218,
51 -1.131, -1.044, -0.957, -0.870, -0.783, -0.696, -0.609, -0.522, -0.435, -0.348, -0.261, -0.174, -0.087, 0.000,
52 0.087, 0.174, 0.261, 0.348, 0.435, 0.522, 0.609, 0.696, 0.783, 0.870, 0.957, 1.044, 1.131, 1.218,
53 1.305, 1.392, 1.479, 1.566, 1.653, 1.740, 1.830, 1.930, 2.043, 2.172, 2.322, 2.500, 2.650, 2.853,
54 2.964, 3.139, 3.314, 3.489, 3.664, 3.839, 4.013, 4.191, 4.363, 4.538, 4.716, 4.889, 5.191};
81 TParticle(pdg, status, mother1, mother2, daughter1, daughter2, px, py, pz, etot, 0, 0, 0, 0)
122 std::set<int> item_set;
124 for (
auto &cellId : sel_cells)
132 if (tower->
fEta > cd.fEtaMin && tower->
fEta < cd.fEtaMax &&
133 tower->
fPhi > cd.fPhiMin && tower->
fPhi < cd.fPhiMax)
147 for(
auto &i : idcs ) {
152 for (
size_t ci = 0; ci < out.size(); ++ci)
154 if (out[ci].fTower == bin && out[ci].fSlice ==
GetSliceIndex())
156 float oldv = out[ci].fFraction;
157 out[ci].fFraction = oldv + frac;
197 for (
int i = 1; i <=
N; ++i)
199 double pt =
r.Uniform(0.5, 10);
200 double eta =
r.Uniform(-2.55, 2.55);
203 double px =
pt * std::cos(phi);
204 double py =
pt * std::sin(phi);
205 double pz =
pt * (1. / (std::tan(2*std::atan(std::exp(-eta)))));
207 auto jet =
new Jet(0, 0, 0, 0, 0, 0, px, py, pz, std::sqrt(px*px + py*py + pz*pz + 80*80));
208 jet->SetEtaSize(
r.Uniform(0.02, 0.2));
209 jet->SetPhiSize(
r.Uniform(0.01, 0.3));
221 for (
int i = 1; i <=
N; ++i)
223 double pt =
r.Uniform(0.5, 10);
224 double eta =
r.Uniform(-2.55, 2.55);
227 double px =
pt * std::cos(phi);
228 double py =
pt * std::sin(phi);
229 double pz =
pt * (1. / (std::tan(2*std::atan(std::exp(-eta)))));
232 auto particle =
new TParticle(0, 0, 0, 0, 0, 0,
233 px, py, pz, std::sqrt(px*px + py*py + pz*pz + 80*80),
236 int pdg = 11 * (
r.Integer(2) > 0 ? 1 : -1);
237 particle->SetPdgCode(pdg);
251 for (
int i = 1; i <=
N; ++i)
253 float pt =
r.Uniform(0.5, 10);
254 float x =
r.Uniform(-200, 200);
255 float y =
r.Uniform(-200, 200);
256 float z =
r.Uniform(-500, 500);
285 for (
int i = 0; i <= jlist->
GetLast(); ++i) {
287 float offX = j->
Eta();
289 for (
int k=0; k<20; ++k) {
322 jet->SetLineColor(jet->GetMainColor());
324 float size = 50.f * dj.
Pt();
325 double theta = dj.
Theta();
327 double phi = dj.
Phi();
330 if (viewType ==
"Projected" )
332 static const float_t offr = 6;
333 float r_ecal = context->
GetMaxR() + offr;
334 float z_ecal = context->
GetMaxZ() + offr;
336 float transAngle = abs(atan(r_ecal/z_ecal));
339 if (theta < transAngle || 3.14-theta < transAngle)
341 z_ecal = context->
GetMaxZ() + offr/transAngle;
342 r = z_ecal/fabs(cos(theta));
347 r = r_ecal/sin(theta);
354 marker->SetScaleCenter(p1.
fX, p1.
fY, p1.
fZ);
355 marker->AddLine(p1, p2);
356 marker->SetLineWidth(4);
358 marker->AddMarker(0, 0.9);
361 marker->SetName(
Form(
"line %s %d",
Collection()->GetCName(), idx));
396 boxset->
Reset(REveBoxSet::kBT_FreeBox,
true, collection->GetNItems());
398#define RND_BOX(x) (Float_t)r.Uniform(-(x), (x))
399 for (
int h = 0;
h < collection->GetNItems(); ++
h)
434 boxset->SetName(collection->
GetCName());
435 boxset->SetAlwaysSecSelect(1);
436 boxset->SetDetIdsAsSecondaryIndices(
true);
569 tableInfo->table(
"TParticle").
570 column(
"pt", 1,
"i.Pt()").
571 column(
"eta", 3,
"i.Eta()").
572 column(
"phi", 3,
"i.Phi()");
574 tableInfo->table(
"Jet").
575 column(
"eta", 1,
"i.Eta()").
576 column(
"phi", 1,
"i.Phi()").
577 column(
"etasize", 2,
"i.GetEtaSize()").
578 column(
"phisize", 2,
"i.GetPhiSize()");
580 tableInfo->table(
"RecHit").
581 column(
"pt", 1,
"i.fPt");
583 tableInfo->table(
"RCaloTower").
584 column(
"eta", 3,
"i.fEta").
585 column(
"phi", 3,
"i.fPhi").
586 column(
"Et", 3,
"i.fEt");
595 if (!strncmp(
c->GetCName(),
"Table", 5))
607 if (collection->
GetName() == std::string(
l->GetName()))
611 for (
int i = 0; i <=
l->GetLast(); ++i)
613 std::string cname = collection->
GetName();
614 auto len = cname.size();
615 char end = cname[len-1];
617 cname = cname.substr(0, len-1);
658 if (strncmp(scene->GetCName(),
"Tables", 5) == 0)
continue;
660 if (!strncmp(scene->GetCTitle(),
"Projected", 8))
674 tableBuilder->SetHaveAWindow(
true);
675 tableBuilder->SetCollection(collection);
685 if (strncmp(s->GetCTitle(),
"Table", 5) == 0)
687 s->AddElement(tablep);
688 tableBuilder->Build();
691 tableMng->AddDelegate([=]() { tableBuilder->ConfigChanged(); });
698 for (
int t = 0; t <
N; t++) {
699 auto te = tableEntries[t];
720 if (el->GetName() ==
"Tracks")
733 if (proxy->Collection()->GetItemList() == itemList)
736 proxy->ModelChanges(ids);
747 if (proxy->Collection()->GetItemList() == itemList)
749 proxy->FillImpliedSelected(impSelSet);
788 eveMng = REveManager::Create();
789 auto event =
new Event();
797 b1->SetMainColor(
kCyan);
821 trackCollection->
SetFilterExpr(
"i.Pt() > 4.1 && std::abs(i.Eta()) < 1");
838 calo3d->SetBarrelRadius(
kR_max);
839 calo3d->SetEndCapPos(
kZ_d);
840 calo3d->SetMaxTowerH(300);
856 eventMng->SetName(
"EventManager");
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
#define ClassDef(name, id)
static unsigned int total
R__EXTERN TRandom * gRandom
char * Form(const char *fmt,...)
CaloTowerProxyBuilder(REveCaloDataHist *cd)
REveCaloDataHist * fCaloData
void FillImpliedSelected(REveElement::Set_t &impSet, Product *) override
void BuildProduct(const REveDataCollection *collection, REveElement *product, const REveViewContext *) override
void ModelChanges(const REveDataCollection::Ids_t &ids, Product *product) override
void addCollection(REveDataCollection *collection, REveDataProxyBuilderBase *glBuilder, bool showInTable=false)
CollectionManager(Event *event)
REveScene * m_collections
std::vector< REveScene * > m_scenes
void FillImpliedSelected(REveDataItemList *itemList, REveElement::Set_t &impSelSet)
void ModelChanged(REveDataItemList *itemList, const REveDataCollection::Ids_t &ids)
std::vector< REveDataProxyBuilderBase * > m_builders
REveViewContext * m_viewContext
void SetDataItemsFromEvent(REveDataCollection *collection)
CollectionManager * fCMng
EventManager(Event *e, CollectionManager *m)
void MakeParticles(int N)
std::vector< TList * > fListData
REveCaloDataHist * fCaloData
void LocalModelChanges(int idx, REveElement *el, const REveViewContext *ctx) override
bool HaveSingleProduct() const override
void BuildItemViewType(const Jet &dj, int idx, REveElement *iItemHolder, const std::string &viewType, const REveViewContext *context) override
void SetEtaSize(float iEtaSize)
Jet(Int_t pdg, Int_t status, Int_t mother1, Int_t mother2, Int_t daughter1, Int_t daughter2, Double_t px, Double_t py, Double_t pz, Double_t etot)
void SetPhiSize(float iPhiSize)
RCaloTower(float eta, float phi, float et)
Cell data inner structure.
void ProcessSelection(REveCaloData::vCellId_t &sel_cells, UInt_t selectionId, Bool_t multi) override
void GetCellsFromSecondaryIndices(const std::set< int > &idcs, REveCaloData::vCellId_t &out) override
REveCaloTowerSliceSelector(int s, REveDataCollection *c, REveCaloDataHist *h)
REveDataCollection * fCollection
REveCaloDataHist * fCaloData
void AddBox(const Float_t *verts)
Create a new box from a set of 8 vertices.
void Reset(EBoxType_e boxType, Bool_t valIsCol, Int_t chunkSize)
Int_t AddHistogram(TH2F *hist)
Add new slice to calo tower.
TH2F * GetHist(Int_t slice) const
Get histogram in given slice.
virtual void GetCellData(const REveCaloData::CellId_t &id, REveCaloData::CellData_t &data) const
Get cell geometry and value from cell ID.
virtual void DataChanged()
Update limits and notify data users.
void SetActiveSlice(int s)
void AddSliceSelector(std::unique_ptr< REveCaloDataSliceSelector > s)
virtual void ProcessSelection(REveCaloData::vCellId_t &sel_cells, UInt_t selectionId, bool multi)=0
virtual void GetCellsFromSecondaryIndices(const std::set< int > &idcs, REveCaloData::vCellId_t &out)=0
void FillImpliedSelectedSet(Set_t &impSelSet) override
Populate set impSelSet with derived / dependant elements.
void SetSelector(REveCaloDataSelector *iSelector)
REveCaloDataSelector * GetSelector()
SliceInfo_t & RefSliceInfo(Int_t s)
std::vector< CellId_t > vCellId_t
void Refit()
Refit the container so that all current data fits into a single chunk.
REveDataItemList * GetItemList()
void SetFilterExpr(const char *filter)
TClass * GetItemClass() const
void * GetDataPtr(Int_t i) const
void AddItem(void *data_ptr, const std::string &n, const std::string &t)
void SetItemClass(TClass *cls)
void SetMainColor(Color_t) override
Set main color of the element.
const REveDataItem * GetDataItem(Int_t i) const
void AddTooltipExpression(const std::string &title, const std::string &expr, bool init=true)
void SetItemsChangeDelegate(ItemsChangeFunc_t)
void SetFillImpliedSelectedDelegate(FillImpliedSelectedFunc_t)
Bool_t GetVisible() const
void SetHaveAWindow(bool)
virtual void SetCollection(REveDataCollection *)
void FillImpliedSelected(REveElement::Set_t &impSet)
virtual void LocalModelChanges(int idx, REveElement *el, const REveViewContext *ctx)
virtual REveElement * CreateProduct(const std::string &viewType, const REveViewContext *)
void ModelChanges(const REveDataCollection::Ids_t &)
REveDataCollection * Collection() const
void SetupAddElement(REveElement *el, REveElement *parent, bool set_color=true)
virtual void SetMainColor(Color_t color) override
Override from REveElement, forward to Frame.
void DigitId(Int_t n)
Set external id for the last added digit.
void DigitColor(Color_t ci)
Set color for the last digit added.
REveChunkManager * GetPlex()
const std::string & GetName() const
const char * GetCName() const
virtual void AddElement(REveElement *el)
Add el to the list of children.
virtual Bool_t GetRnrSelf() const
REveElement * FirstChild() const
Returns the first child element or 0 if the list is empty.
std::set< REveElement * > Set_t
ElementId_t GetElementId() const
virtual Color_t GetMainColor() const
REveMagFieldDuo Interface to magnetic field with two different values depending on radius.
REveScene * GetEventScene() const
REveSelection * GetHighlight() const
REveSceneList * GetScenes() const
REveSelection * GetSelection() const
REveElement * FindElementById(ElementId_t id) const
Lookup ElementId in element map and return corresponding REveElement*.
REveScene * GetGlobalScene() const
REveScene * SpawnNewScene(const char *name, const char *title="")
Create a new scene.
REveViewer * SpawnNewViewer(const char *name, const char *title="")
Create a new GL viewer.
REveScene * GetWorld() const
void Show(const RWebDisplayArgs &args="")
Show eve manager in specified browser.
REveProjectionManager Manager class for steering of projections and managing projected objects.
virtual REveElement * ImportElements(REveElement *el, REveElement *ext_list=nullptr)
Recursively import elements and apply projection to the newly imported objects.
void SetImportEmpty(Bool_t ie)
void AddCommand(const std::string &name, const std::string &icon, const REveElement *element, const std::string &action)
REveSelection Container for selected and highlighted elements.
void NewElementPicked(ElementId_t id, bool multi, bool secondary, const std::set< int > &secondary_idcs={})
Called from GUI when user picks or un-picks an element.
void ClearSelection()
Clear selection if not empty.
virtual void SetLineColor(Color_t c)
void SetDisplayedCollection(ElementId_t)
REveTrackPropagator Calculates path of a particle taking into account special path-marks and imposed ...
REveTrack Track with given vertex, momentum and optional referece-points (path-marks) along its path.
REveTableViewInfo * GetTableViewInfo() const
void SetTrackPropagator(REveTrackPropagator *p)
void SetTableViewInfo(REveTableViewInfo *ti)
REveTrackPropagator * GetPropagator() const
void SetBarrel(float r, float z)
void SetCameraType(ECameraType t)
virtual void AddScene(REveScene *scene)
Add 'scene' to the list of scenes.
void ModelChanges(const REveDataCollection::Ids_t &ids, Product *product) override
void buildBoxSet(REveBoxSet *boxset)
void FillImpliedSelected(REveElement::Set_t &impSet, Product *p) override
void BuildProduct(const REveDataCollection *collection, REveElement *product, const REveViewContext *) override
RecHit(float pt, float x, float y, float z)
void SetName(const char *name)
static void AddDirectory(Bool_t add=kTRUE)
Sets the flag controlling the automatic add of histograms in memory.
virtual Int_t FindBin(Double_t x, Double_t y=0, Double_t z=0)
Return Global bin number corresponding to x,y,z.
static Bool_t AddDirectoryStatus()
Static function: cannot be inlined on Windows/NT.
2-D histogram with a float per channel (see TH1 documentation)}
virtual void Reset(Option_t *option="")
Reset this histogram: contents, errors, etc.
Int_t Fill(Double_t)
Invalid Fill method.
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
virtual void Add(TObject *obj)
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
virtual const char * GetName() const
Returns name of object.
Mother of all ROOT objects.
void BuildItem(const TParticle &p, int idx, REveElement *iItemHolder, const REveViewContext *context) override
Description of the dynamic properties of a particle.
Double_t Theta(const TParticle &p)
This is the base class for the ROOT Random number generators.
virtual Double_t Uniform(Double_t x1=1)
Returns a uniform deviate on the interval (0, x1).
virtual Int_t GetLast() const
Returns index of last object in collection.
const char * Data() const
ROOT::Experimental::REveProjectionManager * g_projMng
ROOT::Experimental::REveManager * eveMng
void collection_proxies(bool proj=true)
REX::REveManager * eveMng
REX::REveViewer * rhoZView
REX::REveScene * rhoZEventScene
Short_t Min(Short_t a, Short_t b)
constexpr Double_t TwoPi()
const double xbins[xbins_n]
void Setup(const char *name, Float_t threshold, Color_t col, Char_t transp=101)
REveCompound * m_elements