Report problems to ATLAS LXR Team (with time and IP address indicated)

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: linux ]
Version: head ] [ nightly ] [ GaudiDev ]
  Links to LXR source navigation pages for stable releases [ 12.*.* ]   [ 13.*.* ]   [ 14.*.* ]   [ 15.*.* ] 

001 2009-08-26 David Quarrie <David.Quarrie@cern.ch>
002         * cmt/requirements: Remove "apply_tag notAsNeeded" since it causes the MacOSX build to fail and isn't needed by the other platforms
003         * Tagged as CosmicGenerator-00-00-46
004         
005 2009-06-07  Zach Marshall <zmarshal@caltech.edu>
006         * Suppressing output for TR reading and smearing
007 
008 2009-05-12  Zach Marshall <zmarshal@caltech.edu>
009         * Reworking python to function with both transform + interactive setup
010         * Bigger slice4 generation area
011         * Comments to make settings human-readable
012 
013 2009-05-12  Zach Marshall <zmarshal@caltech.edu>
014         * Fixing typo in python
015 
016 2009-05-11  Zach Marshall <zmarshal@caltech.edu>
017         * Adding resizing of bedrock based on pT slice
018 
019 2009-05-09  Zach Marshall <zmarshal@caltech.edu>
020         * Adding pT slicing for generation
021 
022 2009-05-05  Zach Marshall <zmarshal@caltech.edu>
023         * Fixing requirements file (private use statements)
024 
025 2009-05-05  Zach Marshall <zmarshal@caltech.edu>
026         * Fixing undefined variables, I hope
027 
028 2009-26-04  Zach Marshall <zmarshal@caltech.edu>
029         * Update to CosmicGenerator.cxx - adds possibility of smearing
030          position and momentum of track records - hard coding z-endcap
031          coordinate for the time being
032 
033 2009-23-04  Zach Marshall <zmarshal@caltech.edu>
034         * Update to maxint for bug 49362 (event selector EventsPerRun)
035 
036 2009-20-4 Jamie Boyd <Jamie.Boyd@cern.ch>
037         * update to share/jobOptions_ConfigCosmicProd.py to fix bug 49362
038         
039 2009-19-1 Jamie Boyd <Jamie.Boyd@cern.ch>
040         * update to share/jobOptions_ConfigCosmicProd.py for pixel production
041 
042 2008-07-04 Jamie Boyd <Jamie.Boyd@cern.ch>
043         * Fix use of mag() - see savanagh bur report: https://savannah.cern.ch/bugs/index.php?38319
044         
045 2008-05-14 Cano Ay <aycano@cern.ch>
046         * share/*.py : modify configurables according to new schema (if needed)
047         * Tag as CosmicGenerator-00-00-31       
048 
049 2008-03-18 Jamie Boyd <Jamie.Boyd@cern.ch>
050         * Fixed signs in a few comments in CosmicGenertaor.cxx (fixes from Juerg Beringer & Robert Cahn)
051         * Tag as CosmicGenerator-00-00-30       
052         
053 2008-01-28 Cano Ay <aycano#@cern.ch>
054         * cmt/requirements: update for new GENSER HepMC version
055         * Tag as CosmicGenerator-00-00-29
056 
057 2008-01-06 Jamie Boyd <Jamie.Boyd@cern.ch>
058         * Added in optimization improvements from Juerg Beringer & Robert Cahn
059         * Brief summary of changes are:
060 // Optimize selection of events passed to Geant4 for full simulation:
061 // - cut on energy based on pathlength in rock
062 // - reweighting of generated cosmic rays
063 // - geometrical cut in plane of pixel detector
064        * Default behaviour should be the same as before
065        * The job transform and job options are not updated to use the new optimizations yet
066 
067 2007-12-10 Jamie Boyd <Jamie.Boyd@cern.ch>
068         * add JO for production using grid transform:
069         share/jobOptions_ConfigCosmicProd.py
070         
071 2007-11-30  Rob McPherson  <rmcphers@triumf.ca>
072         * Comment out some debugging output
073         * (From Else Lytken, to reduce log file size)
074         
075 2007-07-03  Rob McPherson  <rmcphers@triumf.ca>
076         * Fix muon charge, and also bug that caused all muons to be
077         * upward-going.  Note that all "cavern" simulation since
078         * tag CosmicGenerator-00-00-21, inclusive, had this bug.
079         * Presumably no hit ever in detector for those (12.0.x OK,
080         * 13.0.10 bad).
081 
082 2007-03-13  Sebastien Binet  <binet@lblbox>
083 
084         * tagging CosmicGenerator-00-00-23
085         * share/jobOptions_CosmicGenerator.py: Configurables example
086         * src/CosmicGenerator.cxx: fixed regression introduced in -21
087 
088 2007-03-01  Sebastien Binet  <binet@lblbox>
089 
090         * tagging CosmicGenerator-00-00-22
091         * update for HepPDT
092 
093 2007-02-09  Sebastien Binet  <binet@lblbox>
094 
095         * tagging CosmicGenerator-00-00-21
096         * cmt/requirements: removing AthenaServices linkopts
097         * src/CosmicGenerator.cxx: removed unneeded dyn-cast
098         * CosmicGenerator/CosmicGenerator.h: removed unneeded AthenaServices
099           header include
100 
101 2006-11-20 Marian Zdrazil <mzdrazil@lbl.gov>
102         * Change the direction of incoming cosmic muons from positive z to
103           negative for the pixel endcap A cosmic test
104 
105 2006-11-12 Rob McPherson <rmcphers@triumf.ca> for Arshak Tonoyan <Arshak.Tonoyan@cern.ch>
106         * Fixes to parameter is SR1 SCT/TRT parameters
107         
108 2006-10-21 Masahiko Inada <masafin@kobe-u.ac.jp>, Naoko Kanaya <Naoko.Kanaya@cern.ch>
109         * New property "OptimizeForMuonEndCap" to optimize cosmic muon
110           simulation for the Endcap Muon Trigger. Only muon passing through
111           circular plan(normal=(0,0,1)) is simulated.
112         * Two paramters for this filter
113           - Radius    : circular plan radius       (=12000mm)
114           - Zposition : z-postion of circular plan (=14500mm)
115 
116 2006-09-11 Ola K. Oye<oye@ift.uib.no> on behalf of Arshak Tonoyan <tonoyan@cern.ch>
117         * Change OptimizeForSR1 from bool to int to allow for different
118           optimizations. Added option 2 for TRT endcap.
119 
120 2006-07-22 Rob McPherson <rmcphers@triumf.ca>
121         * Evolve to new TrackRecord (remove TimedTrackRecord)
122         
123 2006-07-20 Ola K. Oye <oye@ift.uib.no>
124         * Added random time phase, selectable with tmin and tmax in ns.
125         
126 2006-06-08 Marian Zdrazil <mzdrazil@lbl.gov>
127         * New OptimizeForSR1PixelEndCap property to optimize
128           simulation of cosmic muons for the Pixel EndCap C
129           scintillator setup
130         * New SwapYZAxis property to generate cosmic muons coming
131           from the z-axis direction better than from y-axis. We don't
132           have to move the Pixel EndCap position, leave it as it is
133           and swap y- and z-axis when generating cosmic muons
134 
135 2006-03-17 Hong Ma <hma@bnl.gov>
136         * Add ExzCut for efficiency in generating muons hitting
137           detector.
138 
139 2006-02-06 Rob McPherson <Robert.McPherson@cern.ch>
140         * New OptimizeForSR1 property from Ola Oye for ID commissioning.
141         
142 2005-11-19 Rob McPherson <Robert.McPherson@cern.ch>
143         * More fixes from Jim Mueller, including normalization correction
144         
145 2005-09-27 Rob McPherson <Robert.McPherson@cern.ch>
146         * Bug fix in cosmic azimuthal angle, particularly affecting
147         * high energy muons (from Jim Mueller and Hong Ma)
148         
149 2005-08-19 Rob McPherson <Robert.McPherson@cern.ch>
150         * Added jobOptions to CosmicGenerator to control print frequency.
151         * Update requirements file to avoid checkreq warnings.
152         
153 2005-08-09 Rob McPherson <Robert.McPherson@cern.ch>
154         * Clean up and bug fixes for use of CosmicGun.
155         * Initialize only after parameters set, and compute
156         * and print fluxes after cuts for absolute normalization.
157         
158 2005-01-08 Emil Obreshkov <Emil.Obreshkov@cern.ch>
159         * src/CosmicGenerator.cxx
160           -) retrieve of TimedTrackRecordCollection is now done by key, 
161              and not only by type
162 
163 2005-04-07  <stanb@nikhef.nl>
164         * cmt/requirements: Added dependency to TrackRecord
165         * src/CosmicGenerator.cxx: 
166           -) possibility to decide at ground level if a muon is worth the
167              simulation (i.e., if it will enter the atlas cavern)
168           -) possibility to record and save the particles when entering the
169              cavern, in order to be able to restart the simulation from that point
170              later on. 
171 
172 2004-08-04  David Quarrie  <David.Quarrie@cern.ch>
173 
174         * cmt/requirements: Change dependencies on CERNLIB and CLHEP 
175         to AtlasCERNLIB and AtlasCLHEP to avoid name clashes
176 
177 2004-04-05    <stanb@nikhef.nl>
178         * added CosmicEventParser to read cosmic events from file
179 
180 2004-24-01    <stanb@nikhef.nl>
181         * src/CosmicGenerator.cxx: move to MeV and mm units
182 
183 2003-12-04    <George.Stavropoulos@cern.ch>
184 
185         * cmt/requirements: move to declare_joboptions
186 
187 2003-10-02    <George.Stavropoulos@cern.ch>
188 
189         * First import
190 

source navigation ] diff markup ] identifier search ] general search ]

Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems
This page was automatically generated by the LXR engine. Valid HTML 4.01!