Skip to content

Commit

Permalink
Merge branch 'master' into artv30800
Browse files Browse the repository at this point in the history
  • Loading branch information
kutschke committed May 28, 2021
2 parents 14d91da + 244a330 commit 545d1ad
Show file tree
Hide file tree
Showing 325 changed files with 1,898 additions and 15,432 deletions.
4 changes: 2 additions & 2 deletions Analyses/fcl/simParticleAnalyzer.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ process_name : SimParticleAnalyzer
services : {
message : @local::default_message
GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
ConditionsService :{ conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService :{ conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
}

physics :
Expand Down
6 changes: 3 additions & 3 deletions Analyses/test/ConversionEnergyLoss.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }


} # close of services block
Expand All @@ -70,7 +70,7 @@ physics :
{
module_type : G4
generatorModuleLabel : generate
# visMacro : "Mu2eG4/test/visyz.mac"
# visMacro : "Mu2eG4/vis/visyz.mac"
stepsSizeLimit : 10000 # StepPoint
particlesSizeLimit : 10000 # SimParticle
seed : [9877]
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/InteractiveRoot.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services : {
TFileService : { fileName : "interactiveRoot.root" }

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
}

physics : {
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/InteractiveRoot2.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services : {
TFileService : { fileName : "interactiveRoot.root" }

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
}

physics : {
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/PionMomentumAnalyzer.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ source: { module_type: RootInput }
services: {
message: @local::default_message
TFileService: { fileName: "nts.owner.pionMomentum.ver.seq.root" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService: { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService: { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
GeometryService : { inputFile : "JobConfig/common/geom_baseline.txt" }
}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/SelectiveStepPtPrinter_g4s1.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services : {
RandomNumberGenerator : {defaultEngineKind: "MixMaxRng"}

GeometryService : { inputFile : "Mu2eG4/geom/geom_common_current.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
SeedService : @local::automaticSeeds
Mu2eG4Helper : { }
}
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/TVirtDebug.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ services : {
TFileService : { fileName : "readback.root" }

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
}

physics : {
Expand Down
2 changes: 1 addition & 1 deletion Analyses/test/TestTO.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services :
conditionsfile : "Mu2eG4/test/conditions_01_it.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

Mu2eG4Helper : { }

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/cosmicFilter.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ services : {
}

ConditionsService : {
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
BTrkHelper : @local::BTrkHelperDefault
Mu2eG4Helper : { }

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/extmon_uci_readback.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/genMixReco.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ services : {

# Mu2e services
GeometryService : { inputFile : "JobConfig/TDR/geom_MothersToHits.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
Mu2eG4Helper : { }
BTrkHelper : @local::BTrkHelperDefault
SeedService : @local::automaticSeeds
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/histforpabs.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

} # close of services block

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/hitDisplay.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ services :
}

ConditionsService : {
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
BTrkHelper : @local::BTrkHelperDefault

} # close of services block
Expand Down
6 changes: 3 additions & 3 deletions Analyses/test/isoRPCtest.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
} # close of services block

physics :
Expand All @@ -67,7 +67,7 @@ physics :
{
module_type : G4
generatorModuleLabel : generate
# visMacro : "Mu2eG4/test/visyz.mac"
# visMacro : "Mu2eG4/vis/visyz.mac"
stepsSizeLimit : 10000 # StepPoint
particlesSizeLimit : 10000 # SimParticle
seed : [9877]
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/materailsPropStudy.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ services :

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }

ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

Mu2eG4Helper : { }

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/mixPointsDump.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services: {
TFileService: { fileName: "stepPoints.root" }
message: @local::default_message
RandomNumberGenerator: {defaultEngineKind: "MixMaxRng" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService: { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService: { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
SeedService: @local::automaticSeeds
}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/pbars1hist.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ source: { module_type: RootInput }
services: {
message: @local::default_message
TFileService: { fileName: "pbars1hist.root" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService: { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService: { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
GeometryService : { inputFile : "JobConfig/common/geom_baseline.txt" }
}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/printStrawHits.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services : {
message : @local::default_message

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/printTrackerGeom.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services : {

# GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
GeometryService : { inputFile : "gtest1.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/psVacuum_readback.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/readCaloDigi.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services : {
RandomNumberGenerator : {defaultEngineKind: "MixMaxRng" }

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
BTrkHelper : @local::BTrkHelperDefault
Mu2eG4Helper : { }
SeedService : { @table::automaticSeeds
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/readMCTrajectories.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ services :
TFileService : { fileName : "readMCTrajectories.root" }

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/readStoppedPis.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : {inputFile : "Mu2eG4/test/globalConstants_01.txt"}
GlobalConstantsService : {inputFile : "GlobalConstantsService/data/globalConstants_01.txt"}

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/readTrackCluster.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ services : {
RandomNumberGenerator : {defaultEngineKind: "MixMaxRng" }

GeometryService : { inputFile : "JobConfig/TDR/geom_MothersToHits.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
BTrkHelper : @local::BTrkHelperDefault
Mu2eG4Helper : { }
SeedService : @local::automaticSeeds
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/readback0.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/simParticleCheck00.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ services : {
TFileService : { fileName : "simParticleCheck00.root" }

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/simParticlesWithHitsExample.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ services :

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }

ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

} # close of services block

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/stoppingTarget00.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/transportMuonStudy.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ services :

GeometryService : { inputFile : "Mu2eG4/geom/geom_common.txt" }

ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

Mu2eG4Helper : { }

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/transportMuonStudy_onlyTransport.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ services :

GeometryService : { inputFile : "Analyses/test/geom_transportOnly.txt" }

ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

Mu2eG4Helper : { }

Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/vd_readStage2.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ services : {
RandomNumberGenerator : {defaultEngineKind: "MixMaxRng" }

GeometryService : { inputFile : "JobConfig/common/geom_baseline.txt" }
ConditionsService : { conditionsfile : "Mu2eG4/test/conditions_01.txt" }
GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
ConditionsService : { conditionsfile : "ConditionsService/data/conditions_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }
Mu2eG4Helper : { }
SeedService : @local::automaticSeeds
}
Expand Down
4 changes: 2 additions & 2 deletions Analyses/test/vd_readback.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ services :

ConditionsService :
{
conditionsfile : "Mu2eG4/test/conditions_01.txt"
conditionsfile : "ConditionsService/data/conditions_01.txt"
}

GlobalConstantsService : { inputFile : "Mu2eG4/test/globalConstants_01.txt" }
GlobalConstantsService : { inputFile : "GlobalConstantsService/data/globalConstants_01.txt" }

}

Expand Down
Loading

0 comments on commit 545d1ad

Please sign in to comment.