Skip to content

Commit

Permalink
fixes for null occupancy
Browse files Browse the repository at this point in the history
  • Loading branch information
fcavallo committed Jan 29, 2016
1 parent c480fc7 commit e422fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DQM/DTMonitorClient/src/DTOccupancyTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class DTOccupancyTest: public DQMEDHarvester{
/// Get the ME name
std::string getMEName(std::string histoTag, const DTChamberId& chId);

int getIntegral(TH2F *histo, const DTChamberId& chId);

// Run the test on the occupancy histos
int runOccupancyTest(TH2F *histo, const DTChamberId& chId, float& chamberPercentage);

Expand Down

0 comments on commit e422fdb

Please sign in to comment.