Commit b4a7668d authored by Håkan Wennlöf's avatar Håkan Wennlöf Committed by Simon Spannagel
Browse files

DetectorHistogrammer: Fix units of histogram

parent 42d1fabf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ void DetectorHistogrammerModule::initialize() {

    // Create histogram of cluster map
    std::string cluster_size_mc_map_title = "Cluster size as function of MCParticle impact position (" +
                                            detector_->getName() + ");x%pitch [#mum];y%pitch [#mum]";
                                            detector_->getName() + ");x [mm];y [mm]";
    cluster_size_mc_map = CreateHistogram<TProfile2D>(
        "cluster_size_mc_map",
        cluster_size_mc_map_title.c_str(),