|
[Rivet] Rivet logging levelBen Waugh waugh at hep.ucl.ac.ukMon Dec 14 10:58:54 GMT 2009
Hi Hendrik, Thanks. That was very helpful! I have corrected the instructions on the wiki, which had ":" instead of "=": http://projects.hepforge.org/rivet/trac/wiki/RivetLogging Cheers Ben On 13/12/09 12:27, Hendrik Hoeth wrote: > Hi Ben, > > Thus spake Ben Waugh (waugh at hep.ucl.ac.uk): > >> Probably a silly question, but how do I control the logging level when >> running rivet? I thought this should work: >> >> cat TVTtest2.hepmc | rivet -l DEBUG -a CDF_2008_S7782535 > > Try something like this: > > cat TVTtest2.hepmc | rivet -l Rivet=DEBUG -a CDF_2008_S7782535 > cat TVTtest2.hepmc | rivet -l Rivet.Analysis=DEBUG -a CDF_2008_S7782535 > cat TVTtest2.hepmc | rivet -l Rivet.Analysis.CDF_2008_S7782535=DEBUG -a CDF_2008_S7782535 > cat TVTtest2.hepmc | rivet -l Rivet.Projection.FastJets=DEBUG -a CDF_2008_S7782535 > > Depending on what you specify in front of the "=" you can switch on and > off debugging in different Rivet modules. Using only "Rivet" will be > very verbose, using Rivet.Analysis.CDF_2008_S7782535 will only print > debugging output specific to that analysis. > > Cheers, > > Hendrik > -- Dr Ben Waugh Tel. +44 (0)20 7679 7223 Dept of Physics and Astronomy Internal: 37223 University College London London WC1E 6BT
More information about the Rivet mailing list |