Search

Search Funnelback University

Search powered by Funnelback
1 - 38 of 38 search results for news |u:www.hep.phy.cam.ac.uk
  1. Fully-matching results

  2. An AGDD “XmlFileBuilder” Christopher.Lester@cern.ch

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/index.htm
    24 Sep 2000: An AGDD “XmlFileBuilder” Christopher.Lester@cern.ch. 24/09/00. Table of Contents. Author: Zhelezov. Email: Christopher.Lester@cern.ch.
  3. Front page

    https://www.hep.phy.cam.ac.uk/~lester/public_html/index.html
    27 Sep 2000: considered only as short-hand forms for a new xml-element:. The <materialize name=CDATA shape=IDREF solid_properties. />. ... element. This should become a new element whose job is to bestow.
  4. The SCT barrel program "as was" (1999)

    https://www.hep.phy.cam.ac.uk/~lester/agdd/asWas.html
    3 Aug 2000: Most (all?) of the rest are utilities which facillitate the above, and would not have to be consulted in order to generate a new geometries (except when the XML format changed,
  5. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbCompos.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbCompos.hh
    6 Jan 2000: putMeIn(xml::Element & parent) { //cout "compos put me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); child-setTagName(Volume::Base::getTagName()); // LESTER Must complete.
  6. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMaterial.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMaterial.hh
    6 Jan 2000: Attribute::required) { }; void putMeIn(xml::Element & parent) { assert("This is rubbish" && false); // LESTER cout "material put me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child);
  7. Advanced features

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld013.htm
    24 Sep 2000: Advanced features Use shapes which are not in the DTD, without forcing Marc to produce a new version of Persint! // ... Make a halfTrd:. HalfTrd shapeNotInDTD = new HalfTrd;. // Set the top volume, and print XML file!
  8. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld012.htm
    24 Sep 2000: AGDD XmlFileBuilder in Action. // Make a section:. Section mySection = new Section;. //
  9. AGDD_XmlFileBuilder

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/G4WorkshopDec2000/SCTGeometryDec2000.ppt
    4 Dec 2000: New emphasis:. Detector specific elements may be introduced. Possible reduction of inter-dependencies within AGDD/XML files? ... New features / expectations:. Level-of-detail mechanism (LeCompte et al). Envelopes (Laporte et al).
  10. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbPosXYZ.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbPosXYZ.hh
    6 Jan 2000: me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); // LESTER Must complete.
  11. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld011.htm
    24 Sep 2000: AGDD XmlFileBuilder in Action. // Make a composition:. Compos doubleWafer = new Compos;. //
  12. Advanced features

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld014.htm
    24 Sep 2000: A function to return a complicated object:. Compos makeComplicatedLayer(int layerNumber) {. Compos layer = new Compos;. layer->setName(“SCT_layer_”layerNumber);. if (layerNumber==2) {. // Build the layer in a special way. }
  13. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbInnerStruct.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbInnerStruct.hh
    6 Jan 2000: is rubbish" && false); // LESTER cout "InnerStruct put me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); child-setTagName(Base::getTagName()); }; public: }; } // end of agdb namespace #endif.
  14. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld010.htm
    24 Sep 2000: PosXYZ boxPos = new PosXYZ;. // Set the positioner’s parameters:. boxPos->setVolume(myBox); // Says what to position.
  15. AGDD_XmlFileBuilder

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/AGDD_XmlFileBuilder.ppt
    26 Sep 2000: Advanced features. Use shapes which are not in the DTD, without forcing Marc to produce a new version of Persint! // ... Make a halfTrd:. HalfTrd shapeNotInDTD = new HalfTrd;. // Set the top volume, and print XML file!
  16. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMPosPhi.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMPosPhi.hh
    6 Jan 2000: stagger ("S" , "0" ), _rot ("rot" , "0 0 0" ), _indexStep("indexstep", "1" ) {}; void putMeIn(xml::Element & parent) { //cout "mPosPhi put me in" endl; xml::Element const child = new xml::Element(); assert(child);
  17. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSection.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSection.hh
    6 Jan 2000: author" , Attribute::required), _topVolAtt("top_volume", Attribute::required), _topVolPtr(0) { }; void putMeIn(xml::Element & parent) { cout "section put me in" endl; xml::Element child = new xml::Element(); assert(child);
  18. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSolid.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSolid.hh
    6 Jan 2000: Need checks. xml::Element child = new xml::Element(); assert(child); parent.addChild(child); // Now destruction taken care of.
  19. Advanced features

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/sld013.htm
    24 Sep 2000: Slide 13 of 18.
  20. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld009.htm
    24 Sep 2000: AGDD XmlFileBuilder in Action. // Make new box:. Box myBox = new Box;. //
  21. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/GNU…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/GNUmakefile.in
    7 Feb 2000: OldSCTPreXmlParser NewSCTPreXmlParser_LIBS = -lExpatInterface -lExpat NewSCTPreXmlParser_USES = c++ NewSCTPreXmlParser_CXXCPPFLAGS = -I$(srcdir) -I$(srcdir)/src NewSCTPreXmlParser_SRC = $(PreXmlParserCommon_SRC) src/New.SCT.geo.cc
  22. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/SCT.preXml.cc
    7 Feb 2000: #include algorithm #include iostream #include string #include strstream #include algorithm #include cmath #include "DWUnits.hh" #include "preXmlManager.hh" #include "preXmlInteger.hh" #include "preXmlAngle.hh" #include "preXmlLength.hh" #include
  23. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/agddHasTag.cc
    7 Feb 2000: elt = new (xml::Element); assert(_elt); _elt-setTagName(getTag()); }; xml::Element HasTag::theElement() { assert(_elt); return _elt; }; };.
  24. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/SCTBarrel.preXml.cc

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/SCTBarrel.preXml.cc
    6 Jan 2000: barrelSection.setDate(); barrelSection.setAuthor(); // Better make a "top_volume". agdb::Compos & barrelCompos = barrelSection.adopt(new agdb::Compos()); barrelCompos.setName("sct_barrel"); barrelSection.addVolume(barrelCompos);
  25. Bookmarks for Christopher Lester

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/bookmarks.html
    17 Apr 2000: Bookmarks for Christopher Lester. g" ADD_DATE="955814526" LAST_VISIT="955814685" LAST_MODIFIED="955814506">Search Category -. Newspapers. Reference. X11. SRT. ATLAS Offline Computing - Deliverable ATL-SW-SRT-Documentation-V1. Information for Junior
  26. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/GUNK/agddShed.hh
    7 Feb 2000: Need checks. cout "Creating a Box named " Volume::getNameAtt().getSetValue() ". " flush; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); // Now destruction taken care of.
  27. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/GUNK/agddBase.hh
    7 Feb 2000: static const string makeNumberString(const double a, const double b, const double c, const double d, const double e) ; / // The following is new redundant. //
  28. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/preXmlManager.cc
    7 Feb 2000: May put that in later. //Want to be absolutely certain of these: this-_geometry = NULL; this-_geometryManager = NULL; this-_sectionManager = NULL; _geometryManager = new xmlTool::Directory(this-_doc, std::string("geometry"), ... secManager
  29. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/SCT.geo.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/SCT.geo.hh
    6 Jan 2000: int j; // Module number for ((sn=-1, j=0); jnModulesPerSki; (j++, sn=-sn)) { agdb::PosXYZ & modulePos = barrelSection.adopt(new agdb::PosXYZ); modulePos.setVolume( (i==0 || i==2)? ... new agdb::PosXYZ); supportPos.setVolume(support[i]);
  30. https://www.hep.phy.cam.ac.uk/~lester/agdd/scttgeo_9802.g

    https://www.hep.phy.cam.ac.uk/~lester/agdd/scttgeo_9802.g
    3 Aug 2000: half-length adjusted from 76 cm to 79 cm to match TDR this required new variable zcylend Modified 14 Oct 1996 J.Pater: corrected typo Attribute ZISO to Attribute SISO Modified ... positions. This required a new element (ROSup) in the SCTI bank and made
  31. https://www.hep.phy.cam.ac.uk/~lester/agdd/zsctgeo_9802.g

    https://www.hep.phy.cam.ac.uk/~lester/agdd/zsctgeo_9802.g
    3 Aug 2000: This increases the radiation length of the silicon module support services to the new round number of 2.00 % exactly.
  32. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/Old.SCT.geo.cc
    7 Feb 2000: agdd::Box wafer = new agdd::Box; wafer-setName("sct_wafer"); wafer-setBox(waferThickness, waferWidth, waferLength); wafer-setMaterial("cheese"); // Here is a DoubleWafer. ... negFlangePos); agdd::PosXYZ supportPos = new agdd::PosXYZ;
  33. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/New.SCT.geo.cc
    7 Feb 2000: agdd::Box sol = new agdd::Box; //HGFHGFbarrelSection.addVolume(sol); sol-setName(isUpper? "sct_facingCooledUpperPart1": "sct_facingCooledLowerPart1"); //sol-setMaterial("cheese"); const double wA = isUpper? ... 0.5:-0.5)solz); facPtr-addSolidPos(pos); } {
  34. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/GUNK/Old.SCT.geo.hh
    7 Feb 2000: agdd::Box wafer = new agdd::Box; wafer-setName("sct_wafer"); wafer-setBox(waferThickness, waferWidth, waferLength); wafer-setMaterial("cheese"); // Here is a DoubleWafer. ... negFlangePos); agdd::PosXYZ supportPos = new agdd::PosXYZ;
  35. AGDD_XmlFileBuilder

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/G4WorkshopDec2000/SCTGeometryDec2000.ppt
    4 Dec 2000: New emphasis:. Detector specific elements may be introduced. Possible reduction of inter-dependencies within AGDD/XML files? ... New features / expectations:. Level-of-detail mechanism (LeCompte et al). Envelopes (Laporte et al).
  36. https://www.hep.phy.cam.ac.uk/~lester/agdd/ageSCT.v1.cc

    https://www.hep.phy.cam.ac.uk/~lester/agdd/ageSCT.v1.cc
    3 Aug 2000: agdd::Compos barrelCompos = new agdd::Compos(); barrelCompos-setName("sct_barrel_barrel"); barrelSection-setTopVol(barrelCompos); theAGDD-addSection(barrelSection); // Here is a Wafer. ... agdd::Box wafer = new agdd::Box; wafer-setName("sct_barrel_wafer")
  37. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/src/GUNK/New.SCT.geo.hh
    7 Feb 2000: agdd::Box sol = new agdd::Box; //HGFHGFbarrelSection.addVolume(sol); sol-setName(isUpper? "sct_facingCooledUpperPart1": "sct_facingCooledLowerPart1"); //sol-setMaterial("cheese"); const double wA = isUpper? ... 0.5:-0.5)solz); facPtr-addSolidPos(pos); } {
  38. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/con…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/configure
    7 Feb 2000: otherwise. This means that we expect to find # base' file in $srcdir/.srt', created either by the new' or the # base' tool. ... new' or srt base' or did you not run configure' from the root of the package tree?" 1&2; exit 1; } fi srt_new_base="cat
  39. https://www.hep.phy.cam.ac.uk/~lester/dtm662/Text-Terminal-HOWTO

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/Text-Terminal-HOWTO
    9 Mar 2000: or Null 13.13 Where New Text Goes 13.13.1 Line Wrap 13.13.2 Scrolling 13.13.3 New Page? ... 1.3. New Versions of this HOWTO New versions of the Text-Terminal-HOWTO will be available to browse and/or download at LDP mirror sites.

Refine your results

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.