Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /FWCore/PrescaleService/ChangeLog is written in an unsupported language. File is not indexed.

0001 2010-03-14  Martin Grunewald  <Martin.Grunewald@cern.ch>
0002         * tag V00-06-00
0003         * subclassing PrescaleService from SaveConfiguration class to save
0004         its configuration in the provenance (reverts V00-05-08).
0005 
0006 2010-03-12  Martin Grunewald  <Martin.Grunewald@cern.ch>
0007         * tag V00-05-08
0008         * adding special service class parameter "saveToConfig_"
0009         to cfi.py file ONLY(!)
0010 
0011 2010-02-17  Martin Grunewald  <Martin.Grunewald@cern.ch>
0012         * tag V00-05-06
0013         * adding const accessors to extract prescale table info
0014 
0015 2010-01-18  Philipp Schieferdecker  <philipp.schieferdecker@cern.ch>
0016 
0017         * tag V00-05-05
0018         * remove boost as dependency from BuildFile, which I should have
0019         done as part of the last change ...
0020 
0021         * tag V00-05-04
0022         * remove unnecessary lock per request by Martin (and after Emilio
0023         confirming that it is indeed unnecessary)
0024 
0025 2009-07-02   Emilio Meschi  <emilio.meschia@cern.ch>
0026 
0027         * tag V00-05-02 merge from branch tag for 22X
0028         (tags V00-05-00 and V00-05-01 used by wmtan)
0029 
0030 2009-04-28  Emilio Meschi  <emilio.meschia@cern.ch>
0031 
0032         * tag V00-04-03-01 (branch tag for 22X
0033         * added setIndex function to pass L1 PS index
0034         * remember to update main trunk for 31X !!!
0035 
0036 2009-02-09  Philipp SCHIEFERDECKER  <philipp.schieferdecker@cern.ch>
0037 
0038         * tag V00-04-05
0039         * add python directory
0040         * add python/PrescaleService_cfi.py
0041         * adjust test/testPrescaleService_cfg.py to reference above *_cfi.py
0042 
0043 
0044 2008-10-17  Emilio Meschi  <emilio.meschia@cern.ch>
0045 
0046         * tag V00-04-03 (V00-04-02 tags removal of .cfg files)
0047         * moved most of constructor code to separate function "reconfigure"
0048         * to allow reconfig of PrescaleService at run boundaries
0049 
0050 
0051 2008-05-23  Philipp SCHIEFERDECKER  <philipp.schieferdecker@cern.ch>
0052 
0053         * tag V00-04-01
0054         * use getProcessParameterSet() kindly provided by Marc P. in
0055         FWCore/ParameterSet/interface/Registry.h to validate that each
0056         path referenced int the prescale table has exactly one
0057         HLTPrescaler.
0058 
0059 2008-04-29  Philipp SCHIEFERDECKER  <philipp.schieferdecker@cern.ch>
0060 
0061         * tag V00-04-00
0062         * reimplementation: the configuration of the service allows to
0063         specify a *vector* of prescales for each path in the configuration
0064         * This is necessary for dynamic prescale changes at run time
0065         initiated by the level1 trigger
0066         * Currently, a check is missing that (1) each provided path is
0067         actually in the configuration and (2) that each path in the
0068         configuration has at most one HLTPrescaler: HLTPrescaler modules
0069         are going to update their individual prescaleFactor at the
0070         beginning of each lumi block, by querying the PrescaleService,
0071         providing the current *pathname* as key!
0072         
0073