CMS 3D CMS Logo

UpdateTProfile.h
Go to the documentation of this file.
1 #ifndef DQM_SiStripCommon_UpdateTProfile_H
2 #define DQM_SiStripCommon_UpdateTProfile_H
3 
4 #include "boost/cstdint.hpp"
5 
6 class TProfile;
7 
10 
11  public:
12 
15 
16  static void setBinContents( TProfile* const profile,
17  const uint32_t& bin,
18  const double& num_of_entries,
19  const double& sum_of_contents,
20  const double& sum_of_squares );
21 
22  static void setBinContent( TProfile* const profile,
23  const uint32_t& bin,
24  const double& entries,
25  const double& mean,
26  const double& spread );
27 
28 };
29 
30 #endif // DQM_SiStripCommon_UpdateTProfile_H
31 
static void setBinContent(TProfile *const profile, const uint32_t &bin, const double &entries, const double &mean, const double &spread)
bin
set the eta bin as selection string.
static void setBinContents(TProfile *const profile, const uint32_t &bin, const double &num_of_entries, const double &sum_of_contents, const double &sum_of_squares)