Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/box.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/// \macro_code
///
/// \author Matevz Tadel

#include <ROOT/REveBox.hxx>
#include <ROOT/REveScene.hxx>
#include <ROOT/REveManager.hxx>
Expand Down
2 changes: 2 additions & 0 deletions tutorials/visualisation/eve7/calorimeters.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include <ROOT/REveElement.hxx>
#include <ROOT/REveScene.hxx>
#include <ROOT/REveViewer.hxx>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/collection_proxies.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/// with REveDataCollection and REveDataProxyBuilders.
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include "ROOT/REveDataTable.hxx"
#include "ROOT/REveDataSimpleProxyBuilderTemplate.hxx"
Expand Down
2 changes: 2 additions & 0 deletions tutorials/visualisation/eve7/compound.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include "TRandom.h"
#include <ROOT/REveManager.hxx>
#include <ROOT/REveScene.hxx>
Expand Down
2 changes: 2 additions & 0 deletions tutorials/visualisation/eve7/error_ellipse.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include <ROOT/REveElement.hxx>
#include <ROOT/REveScene.hxx>
#include <ROOT/REveViewer.hxx>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/eveGeoBrowser.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include <ROOT/REveGeoTopNode.hxx>
#include <ROOT/REveGeoPolyShape.hxx>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/event_demo.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include <vector>
#include <string>
Expand Down
2 changes: 2 additions & 0 deletions tutorials/visualisation/eve7/geoTopNode.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include <ROOT/REveGeoTopNode.hxx>
#include <ROOT/REveManager.hxx>

Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/geom_cms.C
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include <sstream>
#include <iostream>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/jets.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include "TRandom.h"
#include <ROOT/REveElement.hxx>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/lego.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include "TRandom.h"
#include <ROOT/REveElement.hxx>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/lineset.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include "TRandom.h"

Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/overlay_test.C
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/// \macro_code
///
/// \author Matevz Tadel

#include <ROOT/REveBox.hxx>
#include <ROOT/REveScene.hxx>
#include <ROOT/REveManager.hxx>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/points.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include "TRandom.h"
#include <ROOT/REveElement.hxx>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/projection_prescale.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include <sstream>
#include <iostream>
Expand Down
7 changes: 6 additions & 1 deletion tutorials/visualisation/eve7/single_dark.C
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

/// \file
/// \ingroup tutorial_eve_7
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include "TRandom.h"
#include <ROOT/REveElement.hxx>
Expand Down
1 change: 1 addition & 0 deletions tutorials/visualisation/eve7/tracks.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
///
/// \macro_code
///
/// \author Alja Mrak-Tadel

#include "TRandom.h"
#include "TParticle.h"
Expand Down
16 changes: 7 additions & 9 deletions tutorials/visualisation/eve7/write_geo_extract.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/// \file
/// \ingroup tutorial_eve_7
/// Helper script to create REveGeoShapeExtract fro TGeo geometry
/// One can rely on GeoTable to access paths
/// \macro_code
///
/// \author Alja Mrak Tadel

#include <ROOT/REveGeoTopNode.hxx>
#include <ROOT/REveGeoPolyShape.hxx>
Expand All @@ -8,15 +15,6 @@
#include <vector>
#include <iostream>


/// \file
/// \ingroup tutorial_eve_7
/// Helper script to create REveGeoShapeExtract fro TGeo geometry
/// One can rely on GeoTable to access paths
/// \macro_code
///
/// \author Alja Mrak Tadel

using namespace ROOT::Experimental;

REveGeoShape *makeShape(const std::string &targetPath, const char* name)
Expand Down
Loading