Skip to content
Closed
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
2 changes: 0 additions & 2 deletions Examples/Scripts/MaterialMapping/Mat_map_detector_plot.C
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ void Fill(std::vector<TH2F*>& detector_hist, const std::string& input_file, std:
std::vector<float> *mat_step_length = 0;

std::vector<std::uint64_t> *sur_id = 0;
std::vector<std::int32_t> *sur_type = 0;

std::vector<std::uint64_t> *vol_id = 0;

Expand All @@ -128,7 +127,6 @@ void Fill(std::vector<TH2F*>& detector_hist, const std::string& input_file, std:
tree->SetBranchAddress("mat_step_length",&mat_step_length);

tree->SetBranchAddress("sur_id",&sur_id);
tree->SetBranchAddress("sur_type",&sur_type);

tree->SetBranchAddress("vol_id",&vol_id);

Expand Down
248 changes: 0 additions & 248 deletions Examples/Scripts/MaterialMapping/Mat_map_surface_plot.C

This file was deleted.

Loading
Loading