Skip to content

Commit

Permalink
Added Changelog and edited vacuum option material
Browse files Browse the repository at this point in the history
  • Loading branch information
anupama-reghunath authored and olantwin committed Sep 9, 2024
1 parent 09549ec commit 5d33358
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,25 @@ it in future.
* Add `.git-blame-ignore-revs` to allow automatic reformatting etc. without polluting git blame
* Automatically built documentation using Doxygen
* Add CODEOWNERS file to automatically trigger reviews by the relevant experts
* Add different configuration files for vacuum /helium for the Decay Vessel

### Fixed

* Remove trailing whitespace and fix line endings
* Fix compilation warnings due to deprecations #469
* Fix issue with SST parameters #489
* Cleaned up Veto Implementation

### Changed

* Update getGeoInformation command line interface
* Update SST geometry constants #483
* Decay Vessel configuration now imported from a yaml file
* Geometry of Decay Vessel updated to new design

### Removed

* Remove obsolete files related to old ways of installing or testing FairShip
* Remove uses of future and past modules #473
* Remove Geant3 dependency

8 changes: 4 additions & 4 deletions geometry/veto_config_vacuums.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Configuration of Decay Vessel for FairShip ( Naples Design)
#Vacuum Configuration of Decay Vessel for FairShip ( Naples Design)


z: 0.0
innerSupport: 2 # cm
innerSupportMed: "Aluminum"
innerSupportMed: "steel"
outerSupport: 2 # cm
outerSupportMed: "Aluminum"
outerSupportMed: "steel"
lidThickness: 0.0 # cm
sensitiveThickness: 20 # cm
sensitiveMed: "Scintillator"
decayMed: "vacuums"
rib: 1.5 # cm
ribMed: "Aluminum"
ribMed: "steel"
xstartInner : 100.0 # cm
ystartInner : 270.0 # cm
xendInner : 400.0 # cm #FocusLineX at z= target.z0 + 16.8m
Expand Down
1 change: 1 addition & 0 deletions veto/veto.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@ void veto::ConstructGeometry()
InitMedium("Aluminum");
InitMedium("helium");
InitMedium("Scintillator");
InitMedium("steel");

gGeoManager->SetNsegments(100);

Expand Down

0 comments on commit 5d33358

Please sign in to comment.