Re: 30 deg dst problem. (fwd)

From: David Sandberg (sandberg@hilux06.nbi.dk)
Date: Thu Oct 31 2002 - 10:44:19 EST

  • Next message: Kris Hagel: "Re: 30 deg dst problem. (fwd)"
    As far as I can see, the acc maps are correct. When creating the kumac 
    files you enter a run number to get the different settings. This all 
    comes from brahms_app/pc_app/brag/mrsgenerate.cxx. Here the values are 
    picked up in 
    
      BrRunInfoManager* runMan = BrRunInfoManager::Instance();
      runMan->Register(runOption->GetValue());
      runMan->Init();
      runMan->Update();
      const BrRunInfo* run = runMan->GetCurrentRun();
    
      BrGeometryDbManager *geometryManager =
        BrGeometryDbManager::Instance();
      geometryManager->SetDbModeMySQL();
    
      //
      // magnet volumes and fields
      //
      BrMagnetVolume* d5 = (BrMagnetVolume*)geometryManager
        ->GetDetectorVolume("BrMagnetVolume", "D5");
      d5->SetCurrent(run->GetD5Set(), run->GetD5Pol());
      const Float_t d5field = d5->GetField();
    
    and so forth. So if I am not totally wrong the rundb should be correct.
    
    David.
    
    On Thu, 31 Oct 2002, Flemming Videbaek wrote:
    
    > re:
    > 
    > > I have used run 5772 to create acc maps for 30 deg. These maps do not
    > > agree with data from 30 deg. The bananas overlap, but do not match. By
    > > doing a quick analysis I have found out that the maps are created for 30
    > > deg but the dsts have names from runs for 30 deg, but contains data that
    > > seems to come from 35 deg.
    > >
    > > I suggest these dsts be removed and the correct ones to be created.
    > > If I recall correctly, this has been a problem before.
    > 
    > Is this a problem in the rundata base, in the geometry database or in the
    > executions of the jobs?
    > 
    > The action of correction depends on the answer
    > 
    > 
    > 
    > 
    > 
    
    -- 
    _________________________
    | David Sandberg        |
    | Hosterkobgade 11 2Tv. |
    | 2200 Kobenhavn N      | 
    | tel: (+45) 35 82 93 80|
    | email: sandberg@nbi.dk|
    -------------------------
    


    This archive was generated by hypermail 2.1.5 : Thu Oct 31 2002 - 10:45:14 EST