LISTSERV mailing list manager LISTSERV 16.5

Help for HPS-SOFTWARE Archives


HPS-SOFTWARE Archives

HPS-SOFTWARE Archives


HPS-SOFTWARE@LISTSERV.SLAC.STANFORD.EDU


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

HPS-SOFTWARE Home

HPS-SOFTWARE Home

HPS-SOFTWARE  January 2015

HPS-SOFTWARE January 2015

Subject:

Re: Connection problems...was Re: problems in running readout simulation with 2014 detector

From:

"McCormick, Jeremy I." <[log in to unmask]>

Reply-To:

Software for the Heavy Photon Search Experiment <[log in to unmask]>

Date:

Thu, 29 Jan 2015 03:20:02 +0000

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (1017 lines)

Hi,

> Omar, Sho or Jeremy: what does the default (run number 0 or not specifying run at all) give us in terms of conditions (noise, pedestals, dead/channels, and what not)?

For the ECAL, the "run 0" conditions are no noise, with fixed pedestals and gains, and no dead channels.  I don't know what is in there for the SVT, but I assume it is something similar.  The run 0 conditions are supposed to be for MC data only, so in some sense it shouldn't matter, as we *should* be doing something like Sim Hits -> Digitized Hits -> Recon Hits, which in theory should reverse any calculations that apply conditions anyways in the processing of the digits back into analog information like energy (for example, applying a pedestal and then subtracting it back out again etc.).

But you should verify this by looking at what is in there for run 0 for the SVT.  Omar put those in there so he would know best.  (I can look at the database records when I get a chance.)

> So Alessandra, try running slic with the "HPSTracker2014-v0.lcdd” detector instead and then see what happens. I don’t think we specify a run number in slic as there are no “real" conditions 
> loaded (but I might be wrong here). And depending on the answer to the above I think we just want the default conditions loaded.

Right, you should just use the default in slic, which will give you run numbers of zero and the "dummy" conditions data.  If you want to apply conditions from different runs later it is certainly possible to do it via your steering file.

--Jeremy

On Jan 28, 2015, at 3:36 AM, Alessandra Filippi <[log in to unmask]> wrote:

> Hi all,
> and than you for your help and patience. I'm (almost) in business again!
> So, the problem is in my .slcio file, with Pelle's one everything works.
> I tried to run readout on my file including in Pelle's lcsim this stanza:
>
> <driver name="ConditionsDriver" type= "org.hps.conditions.ConditionsDriver">
>       <runNumber>2014</runNumber>
>       <detectorName>HPSTestRunTracker2014-v0</detectorName>
>       <freeze>true</freeze>
> </driver>
>
> is it ok? I'm not sure why I should give a Test Run number if I'm running a 2014 detector, so I chose 2014 (> 1365). Like this, it works.
> It works even if I give a smaller number (say 1350), but the output is slightly different. Which would you reccommend? Is there a "standard" run number for 2014 mc runs?
> Anyhow, the issue was really the missing run number.
>
> Just to make sure I run everything correctly, here's the slic command I use to produce the slcio file (on rhel6-64 machines at slac, so I think the slic version is a bit dated, but it should not matter so much, right?):
>
> slic -P ${PARTICLE_TBL} -i /nfs/slac/g/hps2/hps_data/stdhep/e2.2gev/aprime/ap2.2gev075mev.stdhep -p /nfs/slac/g/hps3/users/afilippi/hps/SCRATCH/OUT2014_v0 -o ap2.2gev075mev_all
> -g /nfs/slac/g/hps3/users/afilippi/hps/hps-trunk/detector-data/detectors/HPSTestRunTracker2014-v0/HPSTestRunTracker2014-v0.lcdd -x -d0 -r 5000000
>
> is ot ok?
> Last: can you please tell me how to include the run number with slic? I wasn't able to find any slic command line option to set it. As I have to rerun slic every time I change geometry (many tens of times), I guess it would make sense to set it properly at this point, at the beginning I mean.
> Thank you all,
>    Alessandra
>
>
>
>
> On Wed, 28 Jan 2015, McCormick, Jeremy I. wrote:
>
>> Hi,
>> So I think I know the problem...
>> This isn’t working because the data file references a Test Run detector, but the conditions are
>> getting loaded as run 0, which is ambiguous.  If you don’t specify anything else, then run 0 is
>> interpreted as the default detector setup, which is not the Test Run.
>> So then the conditions system gets into some detector setup code and there is an
>> UnsupportedOperationException having to do with setting a FEB ID from the DAQ mapping, which for
>> some reason I’m still trying to understand, has its traceback suppressed and never prints out.
>>  But the job definitely fails because of this.
>> You will need to use the ConditionsDriver in your steering file to force the job to setup Test Run
>> conditions using a valid run number, and then you should freeze it so that it doesn’t get reset
>> back to run 0.  (This is covered in previous emails to the software list, and the documentation
>> for ConditionsDriver in the conditions module has all the details listed in the class’s javadoc as
>> well.)
>> Or you could regenerate the events with SLIC with a run number between 1 and 1365 which is assumed
>> to be the Test Run.  The slic command line interface accepts a run number.  Then the conditions
>> system in LCSim will see that run number and load everything correctly.
>> The first option is probably the easiest as it doesn’t require regenerating the MC data.
>> —Jeremy
>> On Jan 27, 2015, at 5:33 PM, Hansson Adrian, Per Ola <[log in to unmask]> wrote:
>>
>>      Standard cmd:
>> java -jar hps-distribution-3.1-SNAPSHOT-bin.jar HPSTrackingDefaults.lcsim -i
>> ap2.2gev075mev_SLIC-v04-00-00_Geant4-v10-00-02_QGSP_BERT_HPSTracker2014-v0.slcio
>> -DoutputFile=apout.slcio
>> I’m not sure what file Alessadra used. I think her slcio was generated by herself but the
>> underlying std hep file was the same.
>> Alessandra, can you verify that you see events with my lcio file? Maybe you generated the
>> slcio file with an old version of the detector lcdd?
>> /Pelle
>> On Jan 27, 2015, at 5:08 PM, Graham, Mathew Thomas <[log in to unmask]> wrote:
>>
>>      Ah, I didn’t realize the file Pelle linked to wasn’t the same as what Alessandra
>>      sent initially;  when I run on Pelle’s file it works ok.
>> What’s the difference in the generation between Alessandra’s and Pelle’s generation?
>> On Jan 27, 2015, at 4:42 PM, Graham, Mathew Thomas <[log in to unmask]> wrote:
>>
>>      I think I’m seeing the same as I saw before…quitting after 0 events.  What
>>      is the command you’re using to run this?
>>      On Jan 27, 2015, at 4:24 PM, Hansson Adrian, Per Ola
>>      <[log in to unmask]> wrote:
>> I just did a clean checkout of lcsim and hps-java trunk on a different
>> machine and ran the linked steering file over the linked slic output file.
>> It looks fine. Can someone verify this as well?
>> http://www.slac.stanford.edu/~phansson/files/temp/HPSTrackingDefaults.lcsim
>> ap2.2gev075mev_SLIC-v04-00-00_Geant4-v10-00-02_QGSP_BERT_HPSTracker2014-v0.slcio
>> /Pelle
>> On Jan 27, 2015, at 3:11 PM, McCormick, Jeremy I.
>> <[log in to unmask]> wrote:
>>
>>      Do you have any local changes that aren’t checked in to SVN
>>      Pelle?
>> My guess is that when this problem is occurring on Alessandra’s
>> machine that there is an error occurring but for some reason the
>> traceback/message is being suppressed.
>> On Jan 27, 2015, at 2:49 PM, Hansson Adrian, Per Ola
>> <[log in to unmask]> wrote:
>> It works fine for me. It feels like it should be the other
>> way, but I guess I should figure out why it works :)
>> <Screen Shot 2015-01-27 at 2.49.17 PM.png>
>> On Jan 26, 2015, at 10:30 AM, Sho Uemura
>> <[log in to unmask]> wrote:
>>
>>      Never mind, I don't think that's right. There's
>>      nothing wrong with that config. I'll look at this
>>      during lunch.
>>
>>      On Mon, 26 Jan 2015, Sho Uemura wrote:
>>
>>            You;re right.
>>
>>            The clusterer settings are not
>>            correct:
>>
>>            <inputHitCollectionName>EcalReadoutAnalogHits</inputHitCollectionName>
>>
>>            should be
>>
>>            <inputHitCollectionName>EcalReadoutHits</inputHitCollectionName>
>>
>>            I can't make or test the change on my
>>            computer here, but maybe someone else
>>            can.
>>
>>            On Mon, 26 Jan 2015, Hansson Adrian,
>>            Per Ola wrote:
>>
>>                  Can this be related to
>>                  changes on the ECal side?
>>                  Maybe collection names has
>>                  been changing? What
>>                  happens if a collection is
>>                  not found, maybe it skips
>>                  the event?
>>                  On Jan 26, 2015, at 10:08
>>                  AM, Graham, Mathew Thomas
>>                  <[log in to unmask]>
>>                  wrote:
>>                        I?m using this
>>                        to run:
>>                        ===============================================
>>                        $steering="resources/org/hps/steering/readout/HPS2014ReadoutNoPileup.lcsim";
>>                        $in="Data/ap2.2gev075mev_all_alessandra.slcio";
>>                        $out="Data/foobar.slcio";
>>                        $jarfile="hps_trunk/distribution/target/hps-distribution-3.1-SNAPSHOT-bin.jar";
>>                        `java -jar
>>                        $jarfile -f
>>                        $steering -n
>>                        1000 -i $in
>>                        -DoutputFile=$out
>>                         >& foobar`;
>>                        ============================
>>                        On Jan 26,
>>                        2015, at 10:05
>>                        AM, Alessandra
>>                        Filippi
>>                        <[log in to unmask]>
>>                        wrote:
>>                              good...
>>                              at
>>                              least
>>                              I
>>                              am
>>                              not
>>                              alone
>>                              ;-)
>>                              thanks
>>                              for
>>                              any
>>                              hints
>>                              you
>>                              might
>>                              have.
>>                              It
>>                              seems
>>                              it
>>                              goes
>>                              for
>>                              a
>>                              dry
>>                              run
>>                              by
>>                              default
>>                              -
>>                              maybe
>>                              there
>>                              are
>>                              some
>>                              more
>>                              new
>>                              parameters
>>                              to
>>                              pass?
>>                              number
>>                              of
>>                              events
>>                              to
>>                              be
>>                              processed?
>>                              something
>>                              trivial
>>                              like
>>                              this?
>>                              On
>>                              Mon,
>>                              26
>>                              Jan
>>                              2015,
>>                              Graham,
>>                              Mathew
>>                              Thomas
>>                              wrote:
>>                                    Yeah,
>>                                    I
>>                                    can
>>                                    finally
>>                                    verify
>>                                    I
>>                                    get
>>                                    the
>>                                    same
>>                                    thing.
>>                                     I
>>                                    can
>>                                    browse
>>                                    through
>>                                    events
>>                                    (w/o
>>                                    running
>>                                    a
>>                                    driver)
>>                                    no
>>                                    problem,
>>                                    but
>>                                    when
>>                                    I
>>                                    run
>>                                    (via
>>                                    command
>>                                    line)
>>                                    /org/hps/steering/readout/HPS2014ReadoutNoPileup.lcsim
>>                                    it
>>                                    says
>>                                    it
>>                                    sees
>>                                    and
>>                                    endOfData
>>                                    without
>>                                    going
>>                                    through
>>                                    events.
>>                                    [IMAGE]
>>                                    On
>>                                    Jan
>>                                    26,
>>                                    2015,
>>                                    at
>>                                    9:38
>>                                    AM,
>>                                    Hansson
>>                                    Adrian,
>>                                    Per
>>                                    Ola
>>                                    <[log in to unmask]>
>>                                    wrote:
>>
>>                                       Hi,
>>
>>                                       sorry
>>                                    for
>>                                    not
>>                                    being
>>                                    able
>>                                    to
>>                                    help
>>                                    much
>>                                    here
>>                                    (trying
>>                                    to
>>                                    get
>>                                    the
>>                                    SVT
>>                                    in
>>                                    shape
>>                                       for
>>                                    shipping).
>>                                    I
>>                                    will
>>                                    try
>>                                    to
>>                                    run
>>                                    again
>>                                    as
>>                                    well
>>                                    sometime
>>                                    today;
>>                                    it
>>                                    was
>>                                       working
>>                                    last
>>                                    week
>>                                    so
>>                                    it?ll
>>                                    be
>>                                    interesting
>>                                    to
>>                                    see.
>>
>>                                       /Pelle
>>
>>                                       On
>>                                    Jan
>>                                    23,
>>                                    2015,
>>                                    at
>>                                    9:44
>>                                    AM,
>>                                    Alessandra
>>                                    Filippi
>>                                    <[log in to unmask]>
>>                                    wrote:
>>
>>                                             Hi
>>                                    Pelle,
>>                                             no,
>>                                    not
>>                                    yet,
>>                                    I
>>                                    am
>>                                    stuck...
>>                                             I
>>                                    have
>>                                    the
>>                                    same
>>                                    problem
>>                                    (and
>>                                    same
>>                                    behaviour)
>>                                    if
>>                                    I
>>                                    try
>>                                    to
>>                                    run
>>                                    the
>>                                             reconstruction
>>                                    at
>>                                    slac,
>>                                    so
>>                                    I
>>                                    doubt
>>                                    it
>>                                    could
>>                                    be
>>                                    an
>>                                    issue
>>                                    related
>>                                             to
>>                                    the
>>                                    connection
>>                                    to
>>                                    the
>>                                    database.
>>                                             Cheers
>>                                               Alessandra
>>
>>                                             On
>>                                    Fri,
>>                                    23
>>                                    Jan
>>                                    2015,
>>                                    Hansson
>>                                    Adrian,
>>                                    Per
>>                                    Ola
>>                                    wrote:
>>
>>                                                   Alessandra,
>>                                    did
>>                                    you
>>                                    solve
>>                                    your
>>                                    problem?
>>                                    I
>>                                    think
>>                                                   Jeremy
>>                                    added
>>                                    a
>>                                    fix
>>                                    for
>>                                    this?
>>
>>                                                   On
>>                                    Jan
>>                                    21,
>>                                    2015,
>>                                    at
>>                                    9:01
>>                                    PM,
>>                                    Graham,
>>                                    Mathew
>>                                    Thomas
>>                                                   <[log in to unmask]>
>>                                    wrote:
>>
>>                                                         Actually,
>>                                    I
>>                                    can?t
>>                                    seem
>>                                    to
>>                                    connect
>>                                    to
>>                                    the
>>                                                         DB
>>                                    at
>>                                    all
>>                                    from
>>                                    where
>>                                    I
>>                                    am
>>                                    (Fermilab).
>>                                     I
>>                                                         think
>>                                    FNAL
>>                                    has
>>                                    SLAC
>>                                    cut
>>                                    off,
>>                                    somehow;
>>                                                         they?ve
>>                                    always
>>                                    been
>>                                    jealous
>>                                    of
>>                                    us..I
>>                                                         can?t
>>                                    get
>>                                    to
>>                                    the
>>                                    svn
>>                                    repository
>>                                    either.
>>                                                          Here?s
>>                                    the
>>                                    log
>>                                    file
>>                                    for
>>                                    those
>>                                                         interested:
>>                                                         <foobar>
>>
>>                                                         On
>>                                    Jan
>>                                    21,
>>                                    2015,
>>                                    at
>>                                    10:38
>>                                    PM,
>>                                    Graham,
>>                                                         Mathew
>>                                    Thomas
>>                                                         <[log in to unmask]>
>>                                    wrote:
>>
>>                                                               So
>>                                    there
>>                                    are
>>                                    definitely
>>                                                               TrackerHits
>>                                    in
>>                                    your
>>                                    slcio
>>                                                               file?it
>>                                    looks
>>                                    fine
>>                                    to
>>                                    me.
>>                                                                I?ll
>>                                    try
>>                                    running
>>                                    some
>>                                                               readout.
>>
>>                                                               On
>>                                    Jan
>>                                    21,
>>                                    2015,
>>                                    at
>>                                    10:23
>>                                                               AM,
>>                                    Alessandra
>>                                    Filippi
>>                                                               <[log in to unmask]>
>>                                    wrote:
>>
>>                                                                     hi,
>>                                                                     you
>>                                    can
>>                                    find
>>                                    the
>>                                                                     ap2*
>>                                    slcio
>>                                    it
>>                                                                     here:
>>                                  /nfs/slac/g/hps3/users/afilippi/hps/SCRATCH/OUT2014_v0/ap2.2gev0
>>                                    75mev_all.slcio
>>
>>                                                                     can
>>                                    you
>>                                    try
>>                                    to
>>                                                                     see
>>                                    if
>>                                    you
>>                                    can
>>                                                                     read
>>                                    it
>>                                                                     properly?
>>                                    (and
>>                                                                     there's
>>                                                                     something
>>                                    in?)
>>                                                                     thanks!
>>
>>                                                                     On
>>                                    Wed,
>>                                    21
>>                                    Jan
>>                                                                     2015,
>>                                    Hansson
>>                                                                     Adrian,
>>                                    Per
>>                                    Ola
>>                                                                     wrote:
>>
>>                                                                           Hi,
>>
>>                                                                           can
>>                                                                           you
>>                                                                           point
>>                                                                           us
>>                                                                           to
>>                                                                           the
>>                                                                           slcio
>>                                                                           file?
>>
>>                                                                           On
>>                                                                           Jan
>>                                                                           21,
>>                                                                           2015,
>>                                                                           at
>>                                                                           7:30
>>                                                                           AM,
>>                                                                           Alessandra
>>                                                                           Filippi
>>                                                                           <[log in to unmask]>
>>                                                                           wrote:
>>
>>                                                                                 Hi
>>                                                                                 all,
>>                                                                                 sorry
>>                                                                                 for
>>                                                                                 the
>>                                                                                 stupid
>>                                                                                 question,
>>                                                                                 but
>>                                                                                 I
>>                                                                                 am
>>                                                                                 not
>>                                                                                 able
>>                                                                                 to
>>                                                                                 get
>>                                                                                 any
>>                                                                                 result
>>                                                                                 in
>>                                                                                 running
>>                                                                                 readout
>>                                                                                 simulations,
>>                                                                                 whichever
>>                                                                                 steering
>>                                                                                 lcsim
>>                                                                                 file
>>                                                                                 I
>>                                                                                 use,
>>                                                                                 and
>>                                                                                 I
>>                                                                                 need
>>                                                                                 some
>>                                                                                 help
>>                                                                                 to
>>                                                                                 get
>>                                                                                 going.
>>                                                                                 I
>>                                                                                 produced
>>                                                                                 a
>>                                                                                 .slcio
>>                                                                                 file
>>                                                                                 with
>>                                                                                 slic
>>                                                                                 on
>>                                                                                 two
>>                                                                                 kinds
>>                                                                                 of
>>                                                                                 stdhep
>>                                                                                 files
>>                                                                                 (ap2.2gev075mev*
>>                                                                                 and
>>                                                                                 Takashi's
>>                                                                                 new
>>                                                                                 brems-mad1.92gev*),
>>                                                                                 using
>>                                                                                 the
>>                                                                                 slic
>>                                                                                 installation
>>                                                                                 at
>>                                                                                 slac
>>                                                                                 (old,
>>                                                                                 but
>>                                                                                 working
>>                                                                                 -
>>                                                                                 I
>>                                                                                 think).
>>                                                                                 I
>>                                                                                 am
>>                                                                                 using
>>                                                                                 the
>>                                                                                 HPSTestRunTracker2014-v0.lcdd
>>                                                                                 geometry
>>                                                                                 file.
>>                                                                                 Then,
>>                                                                                 I
>>                                                                                 try
>>                                                                                 to
>>                                                                                 produce
>>                                                                                 a
>>                                                                                 readout
>>                                                                                 file,
>>                                                                                 using
>>                                                                                 the
>>                                                                                 instructions
>>                                                                                 in
>>                                                                                 the
>>                                                                                 confluence
>>                                                                                 "Running
>>                                                                                 Readout
>>                                                                                 Simulation"
>>                                                                                 page
>>                                                                                 (lcsim
>>                                                                                 and
>>                                                                                 hps_trunk
>>                                                                                 freshly
>>                                                                                 updated).
>>                                                                                 All
>>                                                                                 I
>>                                                                                 get,
>>                                                                                 with
>>                                                                                 both
>>                                                                                 the
>>                                                                                 .slcio
>>                                                                                 files
>>                                                                                 and
>>                                                                                 whichever
>>                                                                                 HPS2014Readout*.lcsim
>>                                                                                 file,
>>                                                                                 is
>>                                                                                 the
>>                                                                                 geometry
>>                                                                                 survey
>>                                                                                 of
>>                                                                                 SVT
>>                                                                                 (I
>>                                                                                 guess),
>>                                                                                 and
>>                                                                                 nothing
>>                                                                                 else:
>>                                                                                 the
>>                                                                                 reconstruction
>>                                                                                 ends
>>                                                                                 with
>>                                                                                 Ecal/svt
>>                                                                                 setup
>>                                                                                 info
>>
>>                                                                                 Wed
>>                                                                                 Jan
>>                                                                                 21
>>                                                                                 16:19:15
>>                                                                                 CET
>>                                                                                 2015
>>                                                                                 ::
>>                                                                                 EcalDetectorSetup
>>                                                                                 ::
>>                                                                                 INFO
>>                                                                                 ::
>>                                                                                 loading
>>                                                                                 ECAL
>>                                                                                 conditions
>>                                                                                 onto
>>                                                                                 subdetector
>>                                                                                 Ecal
>>                                                                                 Wed
>>                                                                                 Jan
>>                                                                                 21
>>                                                                                 16:19:15
>>                                                                                 CET
>>                                                                                 2015
>>                                                                                 ::
>>                                                                                 EcalDetectorSetup
>>                                                                                 ::
>>                                                                                 INFO
>>                                                                                 ::
>>                                                                                 building
>>                                                                                 ECAL
>>                                                                                 geometry
>>                                                                                 channel
>>                                                                                 map
>>                                                                                 Wed
>>                                                                                 Jan
>>                                                                                 21
>>                                                                                 16:19:15
>>                                                                                 CET
>>                                                                                 2015
>>                                                                                 ::
>>                                                                                 EcalDetectorSetup
>>                                                                                 ::
>>                                                                                 INFO
>>                                                                                 ::
>>                                                                                 built
>>                                                                                 ECAL
>>                                                                                 geometry
>>                                                                                 channel
>>                                                                                 with
>>                                                                                 442
>>                                                                                 entries
>>                                                                                 Wed
>>                                                                                 Jan
>>                                                                                 21
>>                                                                                 16:19:15
>>                                                                                 CET
>>                                                                                 2015
>>                                                                                 ::
>>                                                                                 EcalDetectorSetup
>>                                                                                 ::
>>                                                                                 INFO
>>                                                                                 ::
>>                                                                                 done
>>                                                                                 loading
>>                                                                                 ECAL
>>                                                                                 conditions
>>                                                                                 onto
>>                                                                                 subdetector
>>                                                                                 Wed
>>                                                                                 Jan
>>                                                                                 21
>>                                                                                 16:19:26
>>                                                                                 CET
>>                                                                                 2015
>>                                                                                 ::
>>                                                                                 SvtDetectorSetup
>>                                                                                 ::
>>                                                                                 INFO
>>                                                                                 ::
>>                                                                                 loading
>>                                                                                 SVT
>>                                                                                 conditions
>>                                                                                 onto
>>                                                                                 subdetector
>>                                                                                 Tracker
>>                                                                                 Wed
>>                                                                                 Jan
>>                                                                                 21
>>                                                                                 16:19:26
>>                                                                                 CET
>>                                                                                 2015
>>                                                                                 ::
>>                                                                                 SvtDetectorSetup
>>                                                                                 ::
>>                                                                                 INFO
>>                                                                                 ::
>>                                                                                 setting
>>                                                                                 up
>>                                                                                 20
>>                                                                                 SVT
>>                                                                                 sensors
>>                                                                                 Wed
>>                                                                                 Jan
>>                                                                                 21
>>                                                                                 16:19:26
>>                                                                                 CET
>>                                                                                 2015
>>                                                                                 ::
>>                                                                                 SvtDetectorSetup
>>                                                                                 ::
>>                                                                                 INFO
>>                                                                                 ::
>>                                                                                 channel
>>                                                                                 map
>>                                                                                 has
>>                                                                                 23040
>>                                                                                 entries
>>                                                                                 End
>>                                                                                 of
>>                                                                                 file
>>                                                                                 reached
>>                                                                                 Wed
>>                                                                                 Jan
>>                                                                                 21
>>                                                                                 16:19:26
>>                                                                                 CET
>>                                                                                 2015
>>                                                                                 ::
>>                                                                                 DatabaseConditionsManager
>>                                                                                 ::
>>                                                                                 INFO
>>                                                                                 ::
>>                                                                                 connection
>>                                                                                 closed
>>
>>                                                                                 and
>>                                                                                 the
>>                                                                                 readout
>>                                                                                 file
>>                                                                                 is
>>                                                                                 empty.
>>                                                                                 If
>>                                                                                 I
>>                                                                                 use
>>                                                                                 HPSTrackingDefaults.lcsim,
>>                                                                                 again
>>                                                                                 on
>>                                                                                 whichever
>>                                                                                 kind
>>                                                                                 of
>>                                                                                 slcio
>>                                                                                 file,
>>                                                                                 after
>>                                                                                 the
>>                                                                                 drivers
>>                                                                                 being
>>                                                                                 loaded,
>>                                                                                 I
>>                                                                                 get
>>
>>                                                                                 Executed
>>                                                                                 dry
>>                                                                                 run.
>>                                                                                  No
>>                                                                                 events
>>                                                                                 processed!
>>
>>                                                                                 and
>>                                                                                 again
>>                                                                                 nothing
>>                                                                                 else
>>                                                                                 is
>>                                                                                 done.
>>                                                                                 What
>>                                                                                 am
>>                                                                                 I
>>                                                                                 doing
>>                                                                                 wrong?
>>                                                                                 Thanks,
>>                                                                                 cheers
>>                                                                                 Alessandra
>>
>>                                                                                 ps.
>>                                                                                 I
>>                                                                                 wanted
>>                                                                                 to
>>                                                                                 inspect
>>                                                                                 the
>>                                                                                 slcio
>>                                                                                 files
>>                                                                                 to
>>                                                                                 see
>>                                                                                 whether
>>                                                                                 they
>>                                                                                 had
>>                                                                                 problems,
>>                                                                                 but
>>                                                                                 I
>>                                                                                 cannot
>>                                                                                 install
>>                                                                                 JAS3
>>                                                                                 for
>>                                                                                 the
>>                                                                                 issue
>>                                                                                 mentioned
>>                                                                                 in
>>                                                                                 my
>>                                                                                 previous
>>                                                                                 e-mail.
>>                                              ####################################################
>>                                    ####################
>>                                                                                 Use
>>                                                                                 REPLY-ALL
>>                                                                                 to
>>                                                                                 reply
>>                                                                                 to
>>                                                                                 list
>>
>>                                                                                 To
>>                                                                                 unsubscribe
>>                                                                                 from
>>                                                                                 the
>>                                                                                 HPS-SOFTWARE
>>                                                                                 list,
>>                                                                                 click
>>                                                                                 the
>>                                                                                 following
>>                                                                                 link:
>>                                              https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1
>>                                    =HPS-SOFTWARE&A=1
>>                                        ##########################################################
>>                                    ##############
>>                                                                           Use
>>                                                                           REPLY-ALL
>>                                                                           to
>>                                                                           reply
>>                                                                           to
>>                                                                           list
>>
>>                                                                           To
>>                                                                           unsubscribe
>>                                                                           from
>>                                                                           the
>>                                                                           HPS-SOFTWARE
>>                                                                           list,
>>                                                                           click
>>                                                                           the
>>                                                                           following
>>                                                                           link:
>>                                        https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-S
>>                                    OFTWARE&A=1
>>                                  ################################################################
>>                                    ########
>>                                                                     Use
>>                                    REPLY-ALL
>>                                    to
>>                                                                     reply
>>                                    to
>>                                    list
>>
>>                                                                     To
>>                                    unsubscribe
>>                                                                     from
>>                                    the
>>                                                                     HPS-SOFTWARE
>>                                                                     list,
>>                                    click
>>                                    the
>>                                                                     following
>>                                    link:
>>                                  https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWAR
>>                                    E&A=1
>>                            ######################################################################
>>                                    ##
>>                                                               Use
>>                                    REPLY-ALL
>>                                    to
>>                                    reply
>>                                    to
>>                                                               list
>>
>>                                                               To
>>                                    unsubscribe
>>                                    from
>>                                    the
>>                                                               HPS-SOFTWARE
>>                                    list,
>>                                    click
>>                                    the
>>                                                               following
>>                                    link:
>>                                                               https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>>
>>                  ########################################################################
>>                  Use REPLY-ALL to reply to
>>                  list
>>                  To unsubscribe from the
>>                  HPS-SOFTWARE list, click
>>                  the following link:
>>                  https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>>
>>            ########################################################################
>>            Use REPLY-ALL to reply to list
>>
>>            To unsubscribe from the HPS-SOFTWARE
>>            list, click the following link:
>>            https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>> __________________________________________________________________________________________________
>> Use REPLY-ALL to reply to list
>> To unsubscribe from the HPS-SOFTWARE list, click the following
>> link:
>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>> __________________________________________________________________________________________________
>> Use REPLY-ALL to reply to list
>> To unsubscribe from the HPS-SOFTWARE list, click the following link:
>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1
>> __________________________________________________________________________________________________
>> Use REPLY-ALL to reply to list
>> To unsubscribe from the HPS-SOFTWARE list, click the following link:
>> https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1


########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the HPS-SOFTWARE list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=HPS-SOFTWARE&A=1

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
June 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011

ATOM RSS1 RSS2



LISTSERV.SLAC.STANFORD.EDU

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager

Privacy Notice, Security Notice and Terms of Use