source: trunk/MagicSoft/Mars/mtemp/mifae/Changelog@ 6163

Last change on this file since 6163 was 6139, checked in by rico, 20 years ago
*** empty log message ***
File size: 22.4 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow this style:
5
6_yyyy/mm/dd:_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20
21 2005/01/27 Javier Rico
22 * programs/DISPstd.root, programs/RF*.root
23 - removed, will be available at
24 http://atlas.ifae.es/~jrico/Mars_Standard06/mtemp/mifae/bin/
25
26 2005/01/27 Eva Domingo
27 * programs/DISPstd.root
28 - updated optimal DISP parameters, running over the MC treated
29 with the Spline signal extractor
30 * macros/DispSkymap.C
31 - added first version of a macro that creates the On, Off and
32 On-Off skymaps from the makeHillas program output files
33 * macros/makeHillasMC.C
34 - added macro equivalent to current makeHillas program
35 for MC files (it is in fact a version of several already
36 existing macros)
37
38 2005/01/25 Javier Rico
39 * macros/mmcCleaning.C
40 - added extractor spline and input arguments
41
42 2005/01/24 Javier Rico
43 * programs/RFstd.root, programs/RFdist.root, programs/RFalpha.root
44 - added default forest files for standard analysis, for
45 off-axis or exteded sources (disp analysis), and analysis
46 on hadronness including alpha.
47
48 2005/01/24 Eva Domingo
49 * library/MFDisp.[cc,h]
50 - Number of islands read from MImagePar container
51 to be used as cut parameter if wanted
52 * library/MHDisp.cc
53 - corrected to be able to run Disp method also over
54 data (MMcEvt container info just used if available)
55 * library/MDispCalc.cc
56 - introduced DISP = Xi*(1/(1+width/length)) as default
57 Disp parameterization for the moment
58
59 2005/01/24 Eva Domingo
60 * programs/makeHillas.cc
61 programs/makehillas.datacard
62 programs/DISPstd.root, default DISP parameters values
63 - Add Disp computation
64
65 2005/01/21 Javier Rico
66 * programs/makeHillas.cc, programs/Makefile,
67 programs/makehillas.datacard
68 - Add Random Forest computation
69
70 2005/01/20 Eva Domingo
71 * library/MDispParameters.[cc,h]
72 - Added substituting previous MDisp.[cc,h] classes.
73 Old MDisp::Calc function moved to MDispCalc task.
74 * library/MDispCalc.[cc,h]
75 - Now includes the DISP parameterization, defined in
76 MDispCalc::Calc. MDispCalc::InitMapping now defines
77 training and test matrices with only the columns of
78 variables needed in the DISP expression.
79 * library/MHDisp.[cc,h]
80 - Changed the Chi2 name by MinPar (to clarify it accounts for
81 the parameter asked to be minimized in the Disp optimization).
82 Added MHDisp::InitMapping, defines matrices with only the columns
83 of variables needed for computing the minimization parameter
84 and for filling the DISP histograms.
85
86 2005/01/18 Javier Rico & Markus Gaug
87 * programs/controlPlot.cc, programs/controlplot.datacard,
88 programs/Makefile
89 - correct bugs: cuts in the proper units; separate ON and OFF
90 task lists since before it was reading who knows what
91 * library/MControlPlots.[h,cc]
92 - add Clear() method and remove some (minor) memory leaks
93 * library/MIslands.cc
94 - place call to SetOwner() in the correct place
95
96 2005/01/10 Javier Rico
97 * programs/makeHillas, programs/makehillas.datacard
98 - adapt to new mars version
99
100 2004/12/22 Eva Domingo
101 * library/MImageParDisp.[cc,h]
102 - Container for the estimated distance to source position DISP.
103 * library/MDisp.[cc,h]
104 - Container holding the parameters used for the DISP expression.
105 The current DISP parameterization is defined in MDisp::Calc.
106 * library/MDispCalc.[cc,h]
107 - Task calculating DISP with the expression and parameter values
108 stored in MDisp. Training and test matrix of variables to be
109 used in the DISP optimization are also defined within
110 MDispCalc::InitMapping.
111 * library/MHDisp.[cc,h]
112 - Container for the histograms to judge the quality of the DISP
113 estimate. MHDisp::GetChi2 returns the value of the quantity
114 requested to be minimized by Minuit, which is defined and
115 computed in MHDisp::Fill and MHDisp::Finalize.
116 MHDisp::GetSkymapXY returns the reconstructed map of source
117 positions. MHDisp::SetSelectedPos function to choose the
118 selection method of the DISP source position solution.
119 * library/MFDisp.[cc,h]
120 - Filter to select a sample of events to do the DISP optimization.
121 Use MFDisp::SetCuts function.
122 * library/MFindDisp.[cc,h]
123 - Main class for DISP optimization:
124 ::DefineTrainMatrix, ::DefineTestMatrix, ::DefineTrainTestMatrix
125 generate the training and test samples (in the form of matrices)
126 from the input file.
127 ::FindParams is the function steering the optimization (over the
128 training sample), calling Minuit, passing the fcn function to be
129 minimize and defining the event loop to be executed in each step.
130 ::TestParams tests the quality of the DISP estimate using the
131 test matrix sample
132 * macros/OptimizeDisp.C
133 - macro for estimating the DISP parameter: create training and test
134 matrix; optimize DISP; test quality optimization; calculate DISP
135 and construct skymap for an input file.
136 * library/Makefile, library/IFAELinkDef.h
137 - include Disp classes.
138
139 2004/12/21 Pepe Flix (represented by jrico)
140 * library/MTopology.[cc,h], library/MTopologyCalc.[cc,h],
141 library/Makefile, library/IFAELinkDef.h
142 - include topology classes
143
144 2004/12/21 Javier Rico
145 * programs/makeHillas.cc, programs/makehillas.datacard
146 - Include spline extractor and remove possibility of computing
147 pedestals from pedestal runs instead of from low gains
148
149 2004/11/24 Ester Aliu
150 * library/MIslandsCalc.h
151 - Remove a memmory leak, and add a sort function to order the
152 pixels by index after their interpolation
153 - Other minor changes
154 * library/MImgIsland.[h,cc]
155 - Reset some variables
156
157 2004/11/11 Ester Aliu
158 * library/MIslands.h
159 - Add the variable AlphaW
160 * library/MImgIsland.[h,cc]
161 - Add alpha for each island
162 * library/MIslandsCalc.cc
163 - Bug solved
164 * library/MIslandsClean.cc
165 - More different island cleanings added
166
167 2004/10/20 Javier Rico
168 * programs/makeHillas.cc
169 - Correct reading in MReportDrive
170
171 2004/10/15 Javier Rico
172 * programs/makeHillas.cc, programs/Makefile
173 - Write out MReportDrive
174
175 2004/10/15 Javier Rico
176 * macros/mmcCleaning.C
177 - Include islands
178 - Do not save uncalibrated nonoise file
179
180 2004/10/08 Javier Rico
181 * programs/makeHillas.cc, programs/makehillas.datacard
182 - Include possibility to select signal extractor in datacard
183 - Include possitility to compute pedestals from data themselves,
184 by selecting word PRUNS 0. For the time being, the old option
185 of computing them from a pedestal run is still available
186
187 2004/10/05 Javier Rico
188 * programs/srcPos.cc
189 - Change kRotate by kRotating since the former is a used name
190 * programs/makeHillas.cc
191 - Change SetProcessRMS by SetProcessPedestal since name has changed
192 * programs/Makefile
193 - add mhcalib to the list of include dirs since it is now needed
194
195 2004/10/05 Ester Aliu
196 * library/Makefile ,library/IFAELinkDef
197 - modified according to the new classes implemented
198 * programs/makeHillas.cc
199 - modified according to the new classes implemented
200
201 2004/10/05 Ester Aliu
202 * library MIslands.[h,cc] ,library/MIslandCalc.[h,cc],
203 MIslandClean.[h,cc]
204 - removed
205 * library MIslands.[h,cc],library/MIslandsCalc.[h,cc],
206 MIslandsClean.[h,cc] , MImgIsland.[h,cc]
207 - added
208 * library/MControlPlots.[h,cc], MIslands.[h,cc]
209 - changed. A bug in the islands has been solved and a new structure
210 for the islands classes similar to the MStarPos and MStarCam classes
211 is proposed
212
213 2004/09/16 Javier Rico
214 * macros/pedrmsonoff.C
215 - Added
216
217 2004/09/02 Javier Rico
218 * programs/srcPos.cc
219 - Add include MArgs.h to cope with changes in Mars
220
221 2004/08/31 Javier Rico
222 * macros/mergeClean.C, mmcCleaning, cleanComp.C
223 - Added macros for the cleaning comparison analysis
224
225 2004/08/27 Javier Rico
226 * library/MDisplay.[cc,h]
227 - Dump run and event numbers
228 - Add possibility to produce ps file of the image
229
230 2004/08/10 Javier Rico
231 * programs/makeHillas.cc
232 - include recomendations of Nadia to interpolate bad pixels
233
234 2004/08/10 Ester Aliu
235 * library/MIslands.[h,cc], MIslandCalc.[h,cc]
236 - remove som bugs
237 * programs/makeHillas.[cc]
238 - fixed window(14 slices) by default
239
240 2004/08/04 Javier Rico
241 * programs/makeHillas.cc
242 - remove "#include" of obsolete MBlindPixel.h
243 - do not interpolate "unreliable" pixels
244
245 * library/MIslands.[cc]
246 - Correct tiny compilation error
247
248 * library/MDisplay.cc, library/MHillasDisplay.[h,cc]
249 - Print hillas source position dependent stuff
250
251 2004/08/03 Ester Aliu Fusté
252 * library/MIslands.[h, cc], MIslandCalc.[h,cc]
253 - Add the delete for the pointers
254
255 2004/08/02 Ester Aliu Fusté
256 * library/MIslands.[h, cc], MIslandCalc.[h,cc]
257 - Added the variables: distance (Dist) between the larger island and
258 the other ones, width and lenght of the larger island.
259
260 - Written pointers instead of vectors
261
262 2004/07/28 Javi Lopez
263 * script/
264 - Created directory call scripts
265 - Added srcPosRun.sh script to create the *.pos file for the MSrcPosFromFile
266 task.
267 - Added makeHillas.sh script that run several makeHillas making groups of
268 data runs with preavius pedestal run.
269
270 2004/07/28 Ester Aliu Fuste
271 * programa/makeHillas.cc
272 - Add a flag for the time calibration
273
274 2004/07/26 Ester Aliu Fuste
275 * library/MIslandCalc.cc
276 - Add the initialization of Dist(to -1) and MeanX/MeanY (to -10000) vectors
277
278 2004/07/22 Oscar Blanch Bigas
279 * programs/makeHillas.cc
280 - Solved backwards compatibility on the CLEANLEVEL
281 options.
282
283 2004/07/22 Ester Aliu
284 * library/MIslands.[h,cc],MIslandCalc.cc
285 - Add meanX, meanY and dist of each of the islands
286 - Now the island with id 0 is the larger one
287
288 2004/07/21 Javier Rico
289 * programs/makeHillas.cc, srcPos.cc
290 - Add time information
291
292 * programs/makehillas.datacard
293 - Add comment
294
295 2004/07/20 Javier Lopez
296 * library/MLiveTime.[h,cc]
297 - Containers to hold the live time. It has the option to
298 have several time bins.
299 * library/MLiveTimeCalc.[h,cc]
300 - Task to compute the live time from the data.
301 * macros/runlivetime.C
302 - Macro to use the MLiveTime+ stuff.
303
304 2004/07/15 Javier Lopez
305 * macros/ligthcurve.C
306 - Macro to compute a light curve from hillas files.
307
308 2004/07/04 Oscar Blanch Bigas
309 * library/MControlPlots.cc
310 - Off MHCamera normalised to On
311
312 * programs/makeHillas.cc
313 - Added clean flags to chose: number of rings and kDemocratic.
314 - Using different Pedestal run for the calibration.
315
316 * programs/optimizeCuts.cc
317 - Added alias for MNewImageParameters.fInnerLeakage
318
319 * calib.[cc,datacard]
320 - Added : produces ascci file with relevant factors of
321 Calibration
322
323 * controlPlot.cc, controlplot.datacard
324 - Added : It makes Number of hits plot.
325
326 2004/06/30: Javier Rico
327
328 * mifae/library/MDisp.cc
329 - Remove include of deprecated library
330 - Define namespace
331
332 * mifae/library/MControlPlots.cc
333 - Define style
334 - Add projection
335 - Plot 3rd plot correctly
336 - Search for "MIsland" instead of "MIsland1" container
337
338 2004/06/26: Eva Domingo - Pepe Flix
339
340 * mifae/library/MDisp.[h,cc]
341 * mifae/library/MDispCalc.[h,cc]
342 - Added classes for evaluation of DISP method.
343
344 2004/06/22 Javier Rico
345 * library/MControlPlots.[h,cc]
346 - Added
347
348 * library/Makefile, IFAELinkDef.h
349 - Add MControlPlots. So far, it produces plots with the number
350 of times each pixel survives the cleaning. It needs a MIsland
351 object to be included on the parameter list
352
353 * programs/makeHillas.cc
354 - Change pointer to MWriteRootFile object for MWriteRootFile
355 object (otherwise the tree "Parameters" is not saved)
356 - Islands are always computed since are needed for some control
357 plots
358
359 * programs/srcPos.cc
360 - Add MControlPlots to the task list
361
362 * library/MSrcPosFromFile.cc
363 - Cope with case where first analyzed run is not in input file
364
365 2004/06/15 Javier Lopez
366 * library/MSrcPosFromStars.[h,cc]
367 - Task to compute the position of a source from
368 the positions of several stars.
369
370 * library/MHPSFFromStars.[h,cc]
371 - Histogram task that holds and fills the histograms of
372 positioning and point spread function of an star.
373
374 * macros/distancebetweenstars.C
375 - Add macros that show in an histogram the distance between
376 the stars in a field of view.
377
378 * macros/psffromstars.C
379 - Add task that show the point spread funtion and positon of
380 the most central star in the field of view. This information
381 is compute using the MFindStars tool.
382
383 2004/06/11 Ester Aliu
384 * programs/makeHillas.cc
385 - add the possibility of using more than one algorithm to
386 calculate the islands and use different algorithms for counting
387 islands
388
389 * library/MIslands.[h,cc],MIslandCalc.[h,cc], MIslandCleaning.[h,cc]
390 - add a new island cleaning which consists in removing all the
391 islands except the larger one
392 - add a new algorithm of counting islands consisting in consider
393 as the same islands those islands separated by 2 or less pixels
394
395 2004/06/02 Javier Rico
396 * srcpositions, srcpositions/Mrk421_220404_pos.txt
397 - add directory to store files with source positions and a first
398 sample file (with real data)
399
400 2004/06/01 Javier Rico
401 * macros/observationTime.C
402 - add macro to compute observation time
403
404 2004/05/28 Javier Rico
405 * programs/optimizeCuts.cc programs/optimizecuts.datacard
406 - Include loop on size
407
408 2004/05/27 Ester Aliu
409 * programs/makeHillas.cc
410 - Add the name of the MIslands container
411
412 * library/MHillasDisplay.[h,cc]
413 - Add a function which retuns the name of the MIslands container
414
415 * library/MIslands.[h,cc],MIslandCalc.cc
416 - Add MIslands::Print() function wich prints the island parameters
417 - Change some part of the code to take into account that some
418 times there are bad pixels
419
420 2004/05/27 Javier Rico
421 * programs/makeHillas.cc, programs/makehillas.datacard
422 - Remove unneeded MCalibrationQECam and MBadPixelsCam objects,
423 trying to trace back a bug in the calibration
424 - Add possibility to interpolate bad pixels
425
426 * library/MHillasDisplay.cc
427 - Initialize MIslands object in constructor
428
429 2004/05/26 Javier Rico
430 * library/MHillasDisplay.[h,cc]
431 - Call for MIslands::Print() in the process if any MIslands is
432 found
433
434 2004/05/24 Javier Rico
435 * library/MDisplay.[h,cc], programs/makeHillas.cc,
436 programs/makehillas.datacard
437 - Add possibility to save a ps file
438 - Update documentation
439 - Cope with the case when no cut is provided
440
441 * library/MHillasDisplay[h.cc]
442 - correct minor axis paint
443 - include MNewImagePar dumping
444 - update documentation
445
446 2004/05/21 Oscar Blanch
447 * makeHillas.cc
448 - Adde a couple of conditionals to allow makeHillas in
449 NON calibration mode without giving a Cailbration file,
450
451 2004/05/21 Javier Rico
452 * library/MDCA.[cc.h]
453 - removed
454
455 * library/MDisplay.[h,cc], library/MHillasDisplay.[h,cc]
456 - added
457
458 * library/Makefile, library/IFAELinkDef.h
459 - remove MDCA
460 - add MDisplay and MHillasDisplay
461
462 * library/MSrcPlace.[h,cc], library/MSrcRotate.[h,cc],
463 library/MSrcTranslate.[h,cc], library/MSrcPosFromFile.cc
464 - remove MDCA dependences
465
466 * programs/makeHillas.cc, programs/makehillas.datacard
467 - include display and selection cuts options
468
469 * programs/Makefile
470 - include mfbase in the list of includes directory
471
472 2004/05/18 Javier Rico
473 * macros/plotOptimal.C
474 - dump value of maximal significance and cuts
475
476 2004/05/18 Javier Rico
477 * library/MSrcPlace.[cc,h], library/MSrcRotate.[cc,h],
478 library/MSrcTranslate.[cc,h], library/MSrcPosFromFile.[cc,h]
479 - Add the possibility of having different input and output
480 MSrcPosCam containers (CONSTRUCTORS HAVE CHANGED!)
481 - Move the creation of internal histogram to PreProcess, so that
482 it can be configured before creation. Now configurable: whether
483 histo must be created or not (fCreateHisto), histo bin size
484 (fHistoBinPrec), histogram name (fHistoName), with corresponding
485 getters and setters
486 - Update documentation
487
488 * library/MSrcPosFromFile.cc
489 - If no position has been measured for the first analyzed run, use
490 the one of the first run in file instead.
491
492 * programs/falseSource.cc
493 - Change obsolete MSrcPosCam predefinitions for modern
494 MSrcTranslate objects, which allow relative displacement of the
495 source position from a previously assigned one.
496 - Add flag for relative translation
497 - Include control histograms (hOn[Off]SrcPos) for the source
498 position
499
500 * programs/falsesource.datacard
501 - Add datacard SRCABS for relative/absolute source translation
502
503 * programs/srcPos.cc
504 - Avoid creation of internal histograms for the translation
505
506 * programs/optimizeCuts.cc
507 - Correct bug on width initial value
508
509 * programs/makeHillas.cc
510 - Pass MCalibrationQECam from the MJCalibration to the following
511 loops (to be able to perform calibration of data)
512
513
514 2004/05/17 Javier Rico
515 * library/MSrcPlace.[cc,h], library/MSrcRotate.cc,
516 library/MSrcTranslate.cc
517 - Assign the internal histogram a class-dependent name
518 - Add some log lines to trace the classes behaviour
519 - Remove function SearchForSrcPos
520
521 * library/MSrcPosFromFile.[cc,h]
522 - Correct behaviour for not found runs
523 - Keep latest good MSrcPosCam to fill for next events
524 - Initialize pointers to NULL
525 - Fill also MDCA
526
527
528 2004/05/14 Javier Rico
529 * library/MSrcPlace.[cc,h]
530 - added
531
532 * library/MSrcPosFromFile.[cc,h], library/MSrcRotate.[cc,h],
533 library/MSrcTranslate.[cc,h]
534 - inherit from MSrcPlace
535
536 * programs/srcPos.cc programs/srcpos.datacard
537 - adapt to new MSrcPlace class
538
539 * library/Makefile, library/IFAELinkDef.h
540 - include MSrcPlace
541
542 2004/05/13 Javier Rico
543 * macros/rotation.C
544 - added
545
546
547 2004/05/13 Javier Lopez
548 * library/MCalibrateDC.[h,cc]
549 - Task to intercalibrate the dc response of the dc
550 current for all the pmts from a continuos light
551 run.
552
553 2004/05/12: Javier Rico
554 * macros/alpha.C, macros/plotOptimal.C
555 - added
556
557 * library/MSrcRotate.[cc.h]
558 - correct bug in computation of run time for rotation
559
560 * programs/srcPos.cc
561 - change mjdpos type to Double_t
562
563
564
565 2004/05/11: Javier Rico
566 * programs/optimizeCuts.cc, programs/optimizecuts.datacard
567 - added
568
569 * programs/Makefile
570 - include optimizeCuts
571
572 * programs/srcPos.cc, programs/srcpos.datacard
573 - add reference rotation angle
574
575
576 2004/05/11: Ester Aliu
577 * macros/signal.cc
578 - change some things
579 * programs/falseSource.cc
580 - change some mathematical functions to root equivalents
581 * programs/psffit.cc
582 - add <stdlib.h> library
583
584 2004/05/11: Ester Aliu
585 * programs/makeHillas.cc, programs/makehillas.datacard
586 - add island calculations
587
588 2004/05/11: Javier Rico
589 * programs/makeHillas.cc
590 - prevent it from bombing because of the mjobs
591
592
593 2004/05/10: Javier Rico
594 * programs/Makefile
595 - specify libmars.so with absolute path
596
597
598 2004/05/07: Javier Rico
599 * programs/pedvsslices.cc
600 - added
601
602
603 2004/05/05: Ester Aliu
604 * library/MPSFFitCalc.cc library/MSrcRotate.cc
605 - change some mathematical functions to root equivalents
606
607 * library/MIslands.[h,cc], library/MIslandCalc.[h,cc],
608 library/MIslandClean.[h,cc]
609 - added
610
611 * library/Makefile, library/IFAELinkDef.h
612 - add MIslands, MIslandCalc, MIslandClean
613
614 2004/05/05: Javier Lopez
615 * library/MFHVNotNominal.[h,cc]
616 - filter to flag events(pixels) with non nominal hv
617
618 * macros/hvnotnominal.C
619 - macro to test MFHVNotNominal filter
620
621 2004/05/05: Javier Rico
622 * library/MSrcTranslate.[h,cc]
623 - added
624
625 * library/Makefile, library/IFAELinkDef.h
626 - add MSrcTranslate
627
628 * library/MSrcRotate.[h.cc]
629 - adapted to changes in MObservatory and MAstro
630
631 * programs/falseSource.cc programs/falsesource.datacard
632 programs/srcPos.cc programs/srcpos.datacard
633 - added
634
635 * programs/Makefile
636 - add falseSource and srcPos
637
638 * macros/signal.C macros/signalPoint.C
639 - added
640
641 2004/05/03: Javier Rico
642 * makeHillas.cc
643 - put back Jobs for pedestal and calibration parts
644
645 * .rootrc
646 - added
647
648 2004/05/03: Javier Rico
649 * library,programs,macros,*:
650 - new directories added
651 - directory macros contains macros (.C) and scripts (.sh)
652 - directory programs contains root compilables and associated
653 [input] files
654 - directory library contains routines to be linked with libmars.so
655
656 2004/04/30: Javier López
657 * alpha_plot.C
658 - macro to display hillas disttributions with corrected
659 miss pointing
660
661 * srcPosRun.sh
662 - Script to produce the file with the positions of UMa51 using
663 psffit executable
664
665 * MSrcPosFromFile.[h,cc]
666 - Tool to correct the position of the source for on and off data
667 from a file
668
669 * psffit.C & psffit.cc
670 - Macro and executable to calculate the mean position of a star.
671
672 * MPSFFit.[h,cc] & MPSFFitCalc.[h,cc]
673 - Container and taks to do calculation of the psf and position of
674 stars.
675
676 2004/04/28: Javier Rico
677 * makeHillas.cc, makehillas.datacard
678 - Use MJPedestal and MJCalibration and simplified datacard
679
680 * Makefile
681 - include mjobs
682
683
684 2004/04/28: Javier Rico
685 * mifae/Changelog
686 - Added. Next changes in directory mifae will be reported
687 exclusively in here
688
689
690 2004/04/27: Javier Rico
691 * mifae
692 - Add new directory for IFAE temporal stuff
693
694 * mifae/Makefile,IFAEIncl.h,IFAELinkDef.h
695 - Add basic stuff to run the directory
696
697 * mifae/MDCA.[h,cc]
698 - Add Commichau & Starks's MDCA (provisional)
699
700 * mifae/makeHillas.cc,makehillas.datacard
701 - Add program to generate hillas parameters' file
Note: See TracBrowser for help on using the repository browser.