~ma5dev/madanalysis5/v1.5beta

« back to all changes in this revision

Viewing changes to madanalysis/layout/histogram.py

  • Committer: Eric Conte
  • Date: 2016-12-08 10:28:55 UTC
  • Revision ID: eric.conte@cern.ch-20161208102855-thahw9h2be839yu6
update all-file with MA5banner + logging.getLogger(MA5)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    def Print(self):
36
36
 
37
37
        # General info
38
 
        logging.info(self.name + ' ' + str(self.nbins) + \
 
38
        logging.getLogger('MA5').info(self.name + ' ' + str(self.nbins) + \
39
39
                     str(self.xmin) + ' ' + str(self.xmax))
40
40
 
41
41
        # Data