~ma5dev/madanalysis5/v1.5beta

« back to all changes in this revision

Viewing changes to madanalysis/job/job_event_cut.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:
110
110
    elif len(condition.parts)==2:
111
111
        WriteCutWith2Args(file,main,iabs,icut,tagName,tagIndex,condition)
112
112
    else:
113
 
        logging.error("observable with more than 2 arguments are " +\
 
113
        logging.getLogger('MA5').error("observable with more than 2 arguments are " +\
114
114
                      "not managed by MadAnalysis 5")
115
115
 
116
116