Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Material

Density

Radiation length

Interaction length

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5763d09ef3c0969f-55c616ec-476f4e33-a9e6be76-115b7f66d4ebba80323d6827"><ac:plain-text-body><![CDATA[

 

[g/cm3]

[cm]

[cm]

]]></ac:plain-text-body></ac:structured-macro>

BGO

7.13

1.12

21.88

PbWO4

8.3

0.9

18.

SCG1-C

3.36

4.25

45.6

 

 

 

 

BGO

 

PbWO4

 

Detector

Layers

Thickness/layer

Segmentation

X0

Lambda

X0

Lambda

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="35224d3de56cce99-c4aded21-4bbc43e6-8496bba8-e3c4ecdb9480904927573de8"><ac:plain-text-body><![CDATA[

 

 

[cm]

[cmxcm]

 

 

 

 

]]></ac:plain-text-body></ac:structured-macro>

ECAL Barrel

8

3

3x3

21.4

1.1

27

1.3

HCAL Barrel

17

6

6x6

 

4.7

 

5.7

Total Barrel

25

 

 

 

5.8

 

7

 

 

 

 

 

 

 

 

ECAL EndCAP

8

3

3x3

21.4

1.1

27

1.3

HCAL EndCAP

17

6

6x6

 

4.7

 

5.7

Total EndCAP

25

 

 

 

5.8

 

7

How to run the simulation

The shell script below demonstartes how to run slic using the ccal02 geometry. For a dual readout calorimeter it is important that the
/physics/enableOptical flag is set otherwise no Cherenkov photons will be created!

Code Block

#!/bin/tcsh -f
echo start
/bin/date
set current = 0
@ current = $1
echo $current
cat > optical_K0L_10GeV.mac << +EOF
/physics/enableOptical
/generator/filename /ilc/ild/wenzel/ccal02/stdhep/K0L_Theta90_10GeV-${current}-5000.stdhep
/lcio/path /ilc/ild/wenzel/ccal02/slcio
/lcio/filename K0L_Theta90_10GeV-${current}-5000
/lcio/fileExists delete
/lcdd/url /ilc/ild/wenzel/ccal02/ccal02/ccal02.lcdd
/run/initialize
/run/beamOn 5000
+EOF

echo optical_K0L_10GeV.mac
echo start
/bin/date
/grid/app/CherSimDist_may2009/SimDist/scripts/slic.sh -m  optical_K0L_10GeV.mac
/bin/date
echo done

A example how to run this on fermigrid is the following:

Code Block

universe = grid
type = gt2
globusscheduler = fngp-osg.fnal.gov/jobmanager-condor
executable = ./slic_grid_K0L_10GeV.csh
transfer_output = true
transfer_error = true
transfer_executable = true
environment = "ClusterProcess=$(Cluster)-$(Process)"
log = slic_grid.log.$(Cluster).$(Process)
notification = NEVER
output = slic_grid.out.$(Cluster).$(Process)
error = slic_grid.err.$(Cluster).$(Process)
stream_output = false
stream_error = false
ShouldTransferFiles = YES
WhenToTransferOutput = ON_EXIT
globusrsl = (jobtype=single)(maxwalltime=999)
Arguments = $(Process)
queue 4

For more information about running jobs on the grid look at the following web page: http://confluence.slac.stanford.edu/display/ilc/How do I use the OSG Grid

Available Data sets

The Table below list all the data samples currently available at Fermilab. The files can be found on the following directory (on the bluearc system)

...