• Keine Ergebnisse gefunden

or posting on open internet sites, your personal or institution’s website or repository, are prohibited. For exceptions, permission may be sought for such use through Elsevier’s permissions site at:

N/A
N/A
Protected

Academic year: 2021

Aktie "or posting on open internet sites, your personal or institution’s website or repository, are prohibited. For exceptions, permission may be sought for such use through Elsevier’s permissions site at:"

Copied!
3
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

This article was originally published in a journal published by Elsevier, and the attached copy is provided by Elsevier for the author’s benefit and for the benefit of the author’s institution, for non-commercial research and educational use including without limitation use in instruction at your institution, sending it to specific colleagues that you know, and providing a copy to your institution’s

administrator.

All other uses, reproduction and distribution, including without limitation commercial reprints, selling or licensing copies or access,

or posting on open internet sites, your personal or institution’s website or repository, are prohibited. For exceptions, permission may be sought for such use through Elsevier’s permissions site at:

http://www.elsevier.com/locate/permissionusematerial

(2)

Author's personal copy

Nuclear Instruments and Methods in Physics Research A 572 (2007) 38–39

Conditions database and calibration software framework for ATLAS monitored drift tube chambers

Manuela Cirilli

a,

, Oliver Kortner

b

, Domizia Orestano

c

, Fabrizio Petrucci

c

, Joe Rothberg

d

, Niels van Eldik

e

, Zdenko van Kesteren

e

, Monica Verducci

f

, Martin Woudstra

g

aUniversity of Michigan, Ann Arbor, MI 48109, USA

bMax-Planck-Institut fu¨r Physik, Mu¨nchen 80805, Germany

cUniversita` di Roma Tre and INFN Roma III, Roma 00146, Italy

dUniversity of Washington, Seattle, WA 98195, USA

eNIKHEF, Amsterdam 1098, The Netherlands

fCERN, Geneva 1211, Switzerland

gLawrence Berkeley National Laboratory, Berkeley, CA 94720, USA Available online 13 November 2006

Abstract

The size and complexity of LHC experiments raise unprecedented challenges not only in terms of detector design, construction and operation, but also in terms of software models and data persistency. One of the most challenging tasks is the calibration of the 375,000 Monitored Drift Tubes (MDTs) that will be used as precision tracking detectors in the Muon Spectrometer of the ATLAS experiment.

This paper reviews the status of the MDT Calibration software and computing model. In particular, the options for a dedicated database are described.

r

2006 Elsevier B.V. All rights reserved.

Keywords:Gas detectors; ATLAS; MDT; Calibration

1. Introduction

High-pressure Monitored Drift Tube (MDT) [1] cham- bers will be used as precision tracking detectors in the Muon Spectrometer of the ATLAS experiment at the LHC at CERN. An accurate knowledge of the space–time relation is needed to reach the design average resolution of 80 mm.

The model for the calibration of the MDT chambers, described in [2], defines the optimal number of Muon tracks for a calibration, the procedures and the require- ments to the Calibration Software. The model demands a substantial effort in data collection, software implementa- tion and data management. The required statistics and calibration frequency cannot be met using the standard ATLAS data flow. An ad hoc mechanism allowing the extraction of a dedicated data stream for the Muon

calibration has been proposed [3] and is currently under test.

A dedicated software infrastructure [2,4], developed within the ATLAS offline framework (ATHENA), can host different algorithms devoted to the measurement of the time spectrum parameters, to the computation of the space–time relation, to the evaluation of the tube resolu- tion. The output of these calibrations will have to be fed, after a validation process, to the conditions database accessed by the reconstruction. The Calibration Software is complemented by an ATHENA service providing the correct calibrations to the reconstruction.

This paper gives a brief introduction to the Calibration Software and focuses on the requirements and options for a dedicated database, hereafter called Calibration Database.

2. MDT Calibration Software

The major issue in designing the Calibration Software is to ensure the capability to fully exploit the tools provided

ARTICLE IN PRESS

www.elsevier.com/locate/nima

0168-9002/$ - see front matterr2006 Elsevier B.V. All rights reserved.

doi:10.1016/j.nima.2006.10.162

Corresponding author. Tel.: +1 41 22 767 1246.

E-mail address:Manuela.cirilli@cern.ch (M. Cirilli).

(3)

Author's personal copy

by the ATHENA framework in terms of data decoding, pattern recognition, tracking and database access. Com- puting algorithms must run within ATHENA, but they must have no dependence on it. The calibration procedure should be independent from any particular reconstruction implementation. Last, the software has to provide the possibility to easily switch between different calibration algorithms.

The Calibration Software has been developed along these guidelines; it handles both the extraction of the calibration constants from the data (Calibration Frame- work) and their proper application to calibrate the hits used by the reconstruction algorithms (Calibration Service).

3. MDT Calibration Database

The MDT Calibration produces all the information needed by the offline reconstruction to correctly compute Muon hits in the spectrometer. This information, as any other data describing the state of every ATLAS subde- tector, must be stored in the Conditions Database (DB).

The Conditions DB is being implemented using the COOL interface, developed in the LCG context.

COOL allows database applications to be written independently of the underlying database technology (Oracle or MySQL). The use of COOL ensures long-term compatibility with the Calibration Software, since it is supported within ATHENA. The objects stored or referenced in COOL have an associated start and end time between which they are valid. COOL data are stored in folders, which are themselves arranged in a hierarchical structure of folder sets. Within each folder, several objects of the same type are stored, each with his own interval of validity range. COOL is optimized to store and retrieve objects associated to a given time.

The usage of COOL within the MDT Calibration Framework has been tested and the code is being finalized.

Calibration data have been stored as an inline large character object (CLOB), which has an internal structure invisible to the COOL database. COOL is then responsible only for storing and retrieving the CLOB, while its interpretation is up to the client.

MDT Calibration jobs will also produce a sizeable amount of information (50 MB/day) that is essential to evaluate the quality of the calibrations but is not needed by the offline reconstruction. The quality and stability of the individual tube parameters, as well as of the space–time relation, must be continuously monitored. It is important to note that quality checks cannot be performed by the ATLAS online monitoring: not only a high statistics is needed to reach the desired accuracy, but only hits

associated to good tracks will have to be used to avoid being overwhelmed by the noise. Validation is, therefore, a crucial part of the MDT Calibration procedure.

A ‘‘private’’ Oracle database (Calibration DB) will thus be implemented to store the complete calibration informa- tion. Validation procedures will make use of the additional parameters to ensure that the calibration constants have been correctly computed. Also, the newly produced constants will be compared to those from the previous data taking period to decide whether the Conditions DB must be updated. Only the information needed by the reconstruction will then be transferred to the Conditions Database.

This data management model has the major advantage that the Calibration DB is completely decoupled from the clients of the calibration and thus it can be modified without affecting the reconstruction. Since the validation procedures will run outside the ATHENA framework, there is no obligation to use COOL. The main reason for choosing a different database implementation is that COOL, being a high-level API, does not possess the complete relational features of an Oracle or MySQL database.

4. Conclusions

The MDT Calibration Software is fully integrated in the ATLAS offline framework. The imminent cosmic rays data taking with MDT chambers installed in the ATLAS cavern represent a good opportunity to fully exercise the software and conditions database chain. The parameters that must be stored in the Calibration DB have been defined, and validation procedures are being developed and tested on MDT test beam data. The choice of the underlying technology for the database, as well as its architecture, is currently under study: this represents a major effort of the ATLAS Muon Calibration and Database groups.

References

[1] M. Livan, Monitored drift tubes in ATLAS, Nucl. Instr. and Meth. A 384 (1996) 214.

[2] F. Petrucci, et al., Calibration software for the Atlas monitored drift tube chambers, in: Conference Records of Nuclear Science Symposium

& Medical Imaging Conference, Puerto Rico, October 23–29, 2005.

[3] E. Pasqualucci, et al., Muon calibration data extraction and distribution for the Atlas experiment, in: Conference Records of Nuclear Science Symposium and Medical Imaging Conference, Puerto Rico, October 23–29, 2005.

[4] M. Verducci, et al., Conditions database and calibration software framework for atlas monitored drift tube chambers, in: Proceedings of Computing in High Energy and Nuclear Physics, February 13–17, 2006, T.I.F.R. Mumbai, India. Available at/http://indico.cern.ch/

conferenceDisplay.py?confId=048S.

ARTICLE IN PRESS

M. Cirilli et al. / Nuclear Instruments and Methods in Physics Research A 572 (2007) 38–39 39

Referenzen

ÄHNLICHE DOKUMENTE

What is the nature of the involvement of the Chinese dual-use industrial base in the illegal transfer of nuclear material to non compliant states?. To what extent can the

We could not explore the association between trial size and treatment effects with funnel plots and could not perform stratified analyses, which were planned to evaluate if

Higher pollen concentration, decreased contents of charcoal fragments, Alnus, Betula, Artemisia, Poaceae, Chenopodiaceae pollen and Polypodiaceae spores, together with increase of

esterase, chitobiase, and beta-glucosidase) were optimized to measure activities of these enzymes in the same extracts of individual small North Sea copepods.. The enzyme activities

Resonant laser secondary neutral mass spectrometry (r-laser-SNMS) was used to measure boron isotope ratios in calcite shells.. Analysis was carried out with a time-of-flight

Duration of the loss of righting reflex was not significantly affected by genotype or gender, but blood ethanol levels at regain of righting reflex were significantly lower in

A telephone complements his luggage with at least a database of telephone numbers, ac- counting database for its use, message database and even a multimedia database of

• Bright images with 2000 ANSI lumens from energy efficient, Epson exclusive E-TORL lamp.. • Exceptional image quality through Epson’s